Created
February 14, 2012 22:09
-
-
Save markhibberd/1830942 to your computer and use it in GitHub Desktop.
Never have I enjoyed crafting a usage message as much as this.
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
echo 'note:' | |
echo ' Examples assume use of a shell with "**" glob support. This means either zsh or' | |
echo ' bash 4.x with `shopt -s globstar` set. If you are an insolent mac user with a' | |
echo ' default bash 3.x, this tool strongly recommends you upgrade (although defenestration' | |
echo ' of said mac is also a valid option).' | |
echo | |
echo ' If you become desperate something like $(find src/test/js/atomic -name \*.js) could be' | |
echo ' used as a substitute.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment