Skip to content

Instantly share code, notes, and snippets.

@grische
Created March 20, 2024 08:54
Show Gist options
  • Save grische/9699b046d6da1529a025a3d6b2d16b18 to your computer and use it in GitHub Desktop.
Save grische/9699b046d6da1529a025a3d6b2d16b18 to your computer and use it in GitHub Desktop.
#!/bin/sh
until ~/tests/check_status.sh | jq .status | grep -v "{}"
do
echo -n "Nothing at " && date
sleep 90
done
powershell.exe -c '(New-Object Media.SoundPlayer "C:\Windows\Media\Alarm10.wav").PlaySync();'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment