dots-of-war/eggs/scripts/timer.sh
2024-12-16 18:19:49 +01:00

6 lines
169 B
Bash
Executable file

#!/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"