Skip to content

Instantly share code, notes, and snippets.

@acobster
Last active April 18, 2019 20:36
Show Gist options
  • Save acobster/484e146f877b3e5830e070030347e23b to your computer and use it in GitHub Desktop.
Save acobster/484e146f877b3e5830e070030347e23b to your computer and use it in GitHub Desktop.
evil
# 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_'
sleep 300 && open /Applications/Google\ Chrome.app/ http://bit.ly/sc-stat
`/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