2025-11-08 21:59:20 +03:00

7 lines
72 B
Bash
Executable File

#!/bin/sh
set -eu
sleep "${@}"
notify-send -- 'Timer complete' "${@}"