2025-11-09 18:05:17 +03:00

7 lines
72 B
Bash
Executable File

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