#!/bin/sh
clear
task
while
sleep 1 && inotifywait -t 60 $HOME/.task/backlog.data -e CLOSE_WRITE > /dev/null 2>&1 || true
do
done