Created
June 13, 2018 08:50
-
-
Save euangoddard/54e7af269bbdbd29f927e4d37c335438 to your computer and use it in GitHub Desktop.
Prank
This file contains 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
while true; do sleep $((1 + RANDOM % 10)); osascript -e 'display notification "keep up the good work!" with title "Chuck says…"'; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment