From 6665091700903577c8582094930550613a5d3d05 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 14 Jun 2024 19:50:39 +0200 Subject: [PATCH] rename --- dabo/transaction-history.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 dabo/transaction-history.sh 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 -