aboutsummaryrefslogtreecommitdiff
path: root/count.sh
diff options
context:
space:
mode:
Diffstat (limited to 'count.sh')
-rwxr-xr-xcount.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/count.sh b/count.sh
new file mode 100755
index 0000000..96700ff
--- /dev/null
+++ b/count.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+find src -name '*.c' | xargs wc -l