We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3d09b commit fc8bfd9Copy full SHA for fc8bfd9
1 file changed
bin/count_loc
@@ -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