ongoing download transaction histories and generate overview
This commit is contained in:
parent
0815a65566
commit
63ea0ed0b4
12
dabo/transaction-history.sh
Executable file
12
dabo/transaction-history.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
. /dabo/dabo-prep.sh
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
get_transactions
|
||||||
|
transactions_overview
|
||||||
|
transactions_summary
|
||||||
|
sleep 3600
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user