summaryrefslogtreecommitdiff
path: root/scripts/count
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/count')
-rwxr-xr-xscripts/count4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/count b/scripts/count
new file mode 100755
index 0000000..1ab3796
--- /dev/null
+++ b/scripts/count
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+wc -l "$@"
+