Skip to content

Instantly share code, notes, and snippets.

@euangoddard
Created June 13, 2018 08:50
Show Gist options
  • Save euangoddard/54e7af269bbdbd29f927e4d37c335438 to your computer and use it in GitHub Desktop.
Save euangoddard/54e7af269bbdbd29f927e4d37c335438 to your computer and use it in GitHub Desktop.
Prank
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