etc/info/count-all.sh

8 lines
169 B
Bash
Raw Normal View History

2022-08-08 03:52:23 +03:00
#!/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