dabo/dabo/fetch-transaction-history.sh
2024-07-29 20:09:41 +02:00

13 lines
129 B
Bash
Executable File

#!/bin/bash
. /dabo/dabo-prep.sh
sleep 1800
while true
do
g_echo_note "Next loop"
transactions_overview
sleep 3600
done