From 63ea0ed0b4df558b6e26ef6530a39f873c5983cc Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 30 May 2024 17:38:56 +0200 Subject: [PATCH] ongoing download transaction histories and generate overview --- dabo/transaction-history.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 dabo/transaction-history.sh diff --git a/dabo/transaction-history.sh b/dabo/transaction-history.sh new file mode 100755 index 0000000..e29a73f --- /dev/null +++ b/dabo/transaction-history.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +. /dabo/dabo-prep.sh + +while true +do + get_transactions + transactions_overview + transactions_summary + sleep 3600 +done +