dots-of-war/files/scripts/timer.sh

6 lines
155 B
Bash
Raw Normal View History

2020-03-22 18:05:29 +00:00
if [ -z "$1" ]; then
echo "timer.sh <time>"
exit 1
fi
termdown -o /home/leon/scripts/remainingTime.txt $1 && notify-send "Timer" "Timer finished: $1"