dabo/dabo/transaction-history.sh

13 lines
134 B
Bash
Executable File

#!/bin/bash
. /dabo/dabo-prep.sh
while true
do
get_transactions
transactions_overview
transactions_summary
sleep 3600
done