summaryrefslogtreecommitdiff
path: root/bin/sum-up
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sum-up')
-rwxr-xr-xbin/sum-up4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/sum-up b/bin/sum-up
new file mode 100755
index 0000000..1d035d7
--- /dev/null
+++ b/bin/sum-up
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+#sed 's/\t/ + /g'| bc -q
+sed 's/\t/ + /g'| python3 -qqIi 2> /dev/null