diff --git a/dabo/transaction-history.sh b/dabo/transaction-history.sh new file mode 100755 index 0000000..e29a73f --- /dev/null +++ b/dabo/transaction-history.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +. /dabo/dabo-prep.sh + +while true +do + get_transactions + transactions_overview + transactions_summary + sleep 3600 +done +