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

10 lines
155 B
Bash
Executable File

#!/bin/sh -eu
if "${@}"; then
beep -f 800 -l 250 -n -f 1000 -l 500
else
beep -f 800 -l 250 -n -f 500 -l 500
fi
notify-send --urgency normal Wake