separate container
This commit is contained in:
11
dabo/fetch-transaction-history.sh
Executable file
11
dabo/fetch-transaction-history.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /dabo/dabo-prep.sh
|
||||
|
||||
sleep 1800
|
||||
while true
|
||||
do
|
||||
transactions_overview
|
||||
sleep 3600
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user