diff --git a/dabo/transaction-history.sh b/dabo/transaction-history.sh deleted file mode 100755 index 2ff96b0..0000000 --- a/dabo/transaction-history.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -. /dabo/dabo-prep.sh - -while true -do - transactions_overview - sleep 3600 -done -