dabo/dabo/fetch-transaction-history.sh

13 lines
129 B
Bash
Raw Normal View History

2024-06-14 19:48:50 +02:00
#!/bin/bash
. /dabo/dabo-prep.sh
2024-07-29 20:09:41 +02:00
sleep 1800
2024-06-14 19:48:50 +02:00
while true
do
2024-07-27 17:44:29 +02:00
g_echo_note "Next loop"
2024-06-14 19:48:50 +02:00
transactions_overview
sleep 3600
done