Skip to content

Instantly share code, notes, and snippets.

@zmsaunders
Created September 18, 2015 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmsaunders/66528988f02fd50f9081 to your computer and use it in GitHub Desktop.
Save zmsaunders/66528988f02fd50f9081 to your computer and use it in GitHub Desktop.
Bash profile Prank
# Since co workers keep leaving their computer unlocked, lets add this
# to their bash profile on their mac. Nothing like a random borat quote each
# time you open a terminal.
curl -s http://smacie.com/randomizer/borat.html | sed -nE "s# *<td valign=\"top\"><big><big><big><font face=\"Comic Sans MS\">(.*)</font></big></big></big></td>#\1#p" | say; clear;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment