Skip to content

Instantly share code, notes, and snippets.

@alfredo
Last active December 16, 2015 09:28
Show Gist options
  • Select an option

  • Save alfredo/5412650 to your computer and use it in GitHub Desktop.

Select an option

Save alfredo/5412650 to your computer and use it in GitHub Desktop.
Give some advice to yourself
# On a terminal in OSX:
$ function you_should (){ yes "you should $*" | xargs say -v good news; }
# Then run:
$ you_should write some tests
# Bonus points: close the console after running:
$ yes "I will get you if you don\'t write some tests [[slnc ``$RANDOM + 10000``]]" | xargs say -v Whisper &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment