darkrc/bin/taskmon

10 lines
143 B
Plaintext
Raw Normal View History

2021-02-15 08:06:20 +00:00
#!/bin/sh
clear
task
while
sleep 1 && inotifywait -t 60 $HOME/.task/backlog.data -e CLOSE_WRITE > /dev/null 2>&1 || true
do
clear
task
done