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 | |
| parent | 256efaa408e2360f3410a38df2ed586ae3568420 (diff) | |
| -rwxr-xr-x | etlog | 2 | ||||
| -rwxr-xr-x | tlog | 8 | 
2 files changed, 10 insertions, 0 deletions
| @@ -0,0 +1,2 @@ +#!/bin/bash +echo `date` $(echo  "" | dmenu) >> ~/t/ttlog; @@ -0,0 +1,8 @@ +#!/bin/bash + +while true; do + +  echo `date` $(echo  "" | dmenu) >> ~/t/ttlog; +  sleep 900;  +done; + | 
