diff options
author | David Wührer <def@gmx.at> | 2024-05-18 21:04:34 +0200 |
---|---|---|
committer | David Wührer <def@gmx.at> | 2024-05-18 21:04:34 +0200 |
commit | 77cfffee6177fb0421fa0fce15d6a1875bde4816 (patch) | |
tree | 251428cdd482ea50cfb019dbd3c3bafd79d2fd14 /bin/sum-up | |
parent | 75b23ce1ff0daab363725a2a5755ea80bbeaa68e (diff) |
manuals, sum-down, radix
Diffstat (limited to 'bin/sum-up')
-rwxr-xr-x | bin/sum-up | 4 |
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 |