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