Last active
April 18, 2019 20:36
-
-
Save acobster/484e146f877b3e5830e070030347e23b to your computer and use it in GitHub Desktop.
evil
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
# evil cowsay cd | |
cd_() { if [ "$((1 + RANDOM % 10))" = 3 ]; then _out="I'm sorry $(whoami), I can't do that for you."; $(if [ $(which cowsay) ]; then echo cowsay; else echo echo; fi) "$_out"; else cd; fi } | |
alias cd='cd_' |
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
sleep 300 && open /Applications/Google\ Chrome.app/ http://bit.ly/sc-stat |
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
`/remind me to check status -> http://bit.ly/sc-stat in one hour` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment