Skip to content

Instantly share code, notes, and snippets.

@luissquall
Created October 15, 2014 18:46
Show Gist options
  • Save luissquall/5eea66a16d505e425b30 to your computer and use it in GitHub Desktop.
Save luissquall/5eea66a16d505e425b30 to your computer and use it in GitHub Desktop.
Workshop environment
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