Created
September 18, 2015 19:24
-
-
Save zmsaunders/66528988f02fd50f9081 to your computer and use it in GitHub Desktop.
Bash profile 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
# 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