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