aboutsummaryrefslogtreecommitdiff
path: root/tlog
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@fastmailteam.com>2023-03-20 09:32:38 -0400
committerCalvin Morrison <calvin@fastmailteam.com>2023-03-20 09:32:38 -0400
commit0340f3941b7607e4bc090c98b7b5cceca6642730 (patch)
tree309f5405f4157adca3ffd79a46a2e7d25197ad3b /tlog
parent256efaa408e2360f3410a38df2ed586ae3568420 (diff)
add tlog and etlogHEADmaster
Diffstat (limited to 'tlog')
-rwxr-xr-xtlog8
1 files changed, 8 insertions, 0 deletions
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;
+