dots-of-war/files/scripts/timer.sh
2020-10-30 22:02:38 +02:00

7 lines
167 B
Bash
Executable file

#! /bin/sh
[ -z "$1" ] && \
echo "timer.sh <time>" && \
exit 1
termdown -o /home/leon/scripts/remainingTime.txt "$1" && notify-send "Timer" "Timer finished: $1"