diff options
author | Calvin Morrison <calvin@fastmailteam.com> | 2023-03-20 09:32:38 -0400 |
---|---|---|
committer | Calvin Morrison <calvin@fastmailteam.com> | 2023-03-20 09:32:38 -0400 |
commit | 0340f3941b7607e4bc090c98b7b5cceca6642730 (patch) | |
tree | 309f5405f4157adca3ffd79a46a2e7d25197ad3b /tlog | |
parent | 256efaa408e2360f3410a38df2ed586ae3568420 (diff) |
Diffstat (limited to 'tlog')
-rwxr-xr-x | tlog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/bash + +while true; do + + echo `date` $(echo "" | dmenu) >> ~/t/ttlog; + sleep 900; +done; + |