aboutsummaryrefslogtreecommitdiff
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
parent256efaa408e2360f3410a38df2ed586ae3568420 (diff)
add tlog and etlogHEADmaster
-rwxr-xr-xetlog2
-rwxr-xr-xtlog8
2 files changed, 10 insertions, 0 deletions
diff --git a/etlog b/etlog
new file mode 100755
index 0000000..713a77f
--- /dev/null
+++ b/etlog
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo `date` $(echo "" | dmenu) >> ~/t/ttlog;
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;
+