separate container
This commit is contained in:
parent
fd18f33ed5
commit
7ade733c8d
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user