Last active
December 16, 2015 09:28
-
-
Save alfredo/5412650 to your computer and use it in GitHub Desktop.
Give some advice to yourself
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
| # 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