#!/bin/bash
. /dabo/dabo-prep.sh
sleep 1800
while true
do
g_echo_note "Next loop"
transactions_overview
sleep 3600
done