2025-11-04 14:30:14 +03:00

7 lines
72 B
Bash
Executable File

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