Skip to content

Commit fc8bfd9

Browse files
committed
Add count_loc
1 parent 5d3d09b commit fc8bfd9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bin/count_loc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2025 Uwe Fechner
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
4+
scc -x csv -x toml ..
5+
echo "src folder only:"
6+
scc -x csv -x toml ../src

0 commit comments

Comments
 (0)