aboutsummaryrefslogtreecommitdiff
path: root/count.sh
diff options
context:
space:
mode:
authorSopár Adrián <adrian.sopar@protonmail.com>2024-06-20 09:28:14 +0200
committerSopár Adrián <adrian.sopar@protonmail.com>2024-06-20 09:28:14 +0200
commit74ea6dc86646cee9915292d73d8c7afef01ef3e0 (patch)
tree9a58866f7765dad8ba56f1f40b1fa031e9d2687d /count.sh
First commit. This is mostly the state of the project as I left it around the end of 2019.HEADmaster
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