Skip to content

Instantly share code, notes, and snippets.

@AndrewWCarson
Created May 28, 2019 16:20
Show Gist options
  • Save AndrewWCarson/488b22b6ba90b8143d2f345951f95cc1 to your computer and use it in GitHub Desktop.
Save AndrewWCarson/488b22b6ba90b8143d2f345951f95cc1 to your computer and use it in GitHub Desktop.
The narwhal bacons at midnight.
#!/bin/bash
(while sleep 30; do osascript -e 'set Volume 2' && say bacon; done) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment