13 lines
129 B
Bash
Executable File
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
|
|
|