2026-04-28 23:18:50 +03:00

7 lines
77 B
Bash
Executable File

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