summaryrefslogtreecommitdiff
path: root/total
diff options
context:
space:
mode:
Diffstat (limited to 'total')
-rwxr-xr-xtotal4
1 files changed, 0 insertions, 4 deletions
diff --git a/total b/total
deleted file mode 100755
index 06e7be3..0000000
--- a/total
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/awk -f
-
-{ total += $1 }
-END { print total }