summaryrefslogtreecommitdiff
path: root/sum_up
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2022-11-03 19:23:18 +0100
committerDavid Wührer <def@gmx.at>2022-11-03 19:23:18 +0100
commitbe555f29f47f81993c12bf76065a0cb6bb0fee96 (patch)
treeeb5991d8b0309609746fe612068faeadf0c52e0b /sum_up
parente60829f7b9c61dc870173a8dd8f2f85c17517ec4 (diff)
Add a few old things.
Diffstat (limited to 'sum_up')
-rwxr-xr-xsum_up4
1 files changed, 4 insertions, 0 deletions
diff --git a/sum_up b/sum_up
new file mode 100755
index 0000000..1d035d7
--- /dev/null
+++ b/sum_up
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+#sed 's/\t/ + /g'| bc -q
+sed 's/\t/ + /g'| python3 -qqIi 2> /dev/null