From 7ade733c8d13d4355f886d78f6b9c5e19c22eb3a Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 14 Jun 2024 19:48:50 +0200 Subject: [PATCH] separate container --- dabo/fetch-transaction-history.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 dabo/fetch-transaction-history.sh diff --git a/dabo/fetch-transaction-history.sh b/dabo/fetch-transaction-history.sh new file mode 100755 index 0000000..3cbc9af --- /dev/null +++ b/dabo/fetch-transaction-history.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +. /dabo/dabo-prep.sh + +sleep 1800 +while true +do + transactions_overview + sleep 3600 +done +