Skip to content

Instantly share code, notes, and snippets.

@jccrosby
Created July 29, 2015 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jccrosby/87d54bbc37ba0271c42e to your computer and use it in GitHub Desktop.
Save jccrosby/87d54bbc37ba0271c42e to your computer and use it in GitHub Desktop.
Bower & npm install for sub-directories
for d in ./*/ ; do (cd "$d" && bower install && npm install;); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment