Created
May 28, 2019 16:20
-
-
Save AndrewWCarson/488b22b6ba90b8143d2f345951f95cc1 to your computer and use it in GitHub Desktop.
The narwhal bacons at midnight.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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