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

7 lines
169 B
Bash
Raw Normal View History

2020-06-21 10:41:26 +00:00
#!/bin/dash
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"