Created
October 15, 2014 18:46
-
-
Save luissquall/5eea66a16d505e425b30 to your computer and use it in GitHub Desktop.
Workshop environment
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
mkdir stream-adventure && cd $_ | |
git init | |
stream-adventure list | tr '[:upper:]' '[:lower:]' | tr ' ' '-' | xargs -I {} sh -c 'mkdir {}; touch {}/program.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment