ongoing download transaction histories and generate overview

This commit is contained in:
olli 2024-05-30 17:38:56 +02:00
parent 0815a65566
commit 63ea0ed0b4

12
dabo/transaction-history.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
. /dabo/dabo-prep.sh
while true
do
get_transactions
transactions_overview
transactions_summary
sleep 3600
done