diff --git a/.scripts/colsum b/.scripts/colsum new file mode 100755 index 00000000..7c9ba798 --- /dev/null +++ b/.scripts/colsum @@ -0,0 +1,20 @@ +#!/bin/sh + +COLUMN="1" +FORMAT="TOTAL: %s\n" + +if [ "$1" = "-h" ]; then + cat<