2026-05-22 15:28:08 +03:00

7 lines
110 B
Bash
Executable File

#!/bin/sh -eu
sleep "${@}"
notify-send -t 0 -- 'Timer complete' "${*}"
beep -f 800 -l 250 -n -f 1000 -l 500