etc/info/count-all.sh
2022-08-08 05:52:23 +05:00

7 lines
169 B
Bash
Executable file

#!/bin/sh
awk="goawk -i tsv"
echo -n 'Current money: ' ; $awk -f count-current-money.awk come.tsv
echo -n 'Current debt: ' ; $awk -f count-current-debt.awk come.tsv