dots-of-war/files/scripts/timer.sh
2020-03-22 19:05:29 +01:00

5 lines
155 B
Bash
Executable file

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"