From 0340f3941b7607e4bc090c98b7b5cceca6642730 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 20 Mar 2023 09:32:38 -0400 Subject: add tlog and etlog --- tlog | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tlog (limited to 'tlog') diff --git a/tlog b/tlog new file mode 100755 index 0000000..df46633 --- /dev/null +++ b/tlog @@ -0,0 +1,8 @@ +#!/bin/bash + +while true; do + + echo `date` $(echo "" | dmenu) >> ~/t/ttlog; + sleep 900; +done; + -- cgit v1.2.3