Guest User

Untitled

a guest
Jun 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. if [[ $1 != "" ]]; then
  4. git clone git://github.com/robrighter/node-boilerplate.git $1
  5. cd $1
  6. ./bin/initproject.sh
  7. else
  8. echo "USO: "$0 "<nome_do_projeto>"
  9. fi
Add Comment
Please, Sign In to add comment