Skip to content

Instantly share code, notes, and snippets.

@tgmarinho
Last active August 25, 2017 01:52
Show Gist options
  • Save tgmarinho/104efeafefee949afde12992a5d73f81 to your computer and use it in GitHub Desktop.
Save tgmarinho/104efeafefee949afde12992a5d73f81 to your computer and use it in GitHub Desktop.
## meus projetos
#!/bin/bash
## RECOMENDO EXECUTAR ESSE SCRIPT NA PASTA DOCUMENTOS DENTRO DO USUARIO
echo "baixando projetos que colaboro, aprendo ou desenvolvo"
git clone https://github.com/tgmarinho/website.git
git clone https://github.com/tgmarinho/curso-jpa-hibernate.git
git clone https://github.com/tgmarinho/shalom.git
git clone https://github.com/tgmarinho/curso-angular-rest-spring-boot-api.git
git clone https://github.com/tgmarinho/intro-js-alura.git
git clone https://github.com/tgmarinho/curso-sistemas-web-com-spring-javascript-bootstrap.git
git clone https://github.com/tgmarinho/soobdoo.git
git clone https://tgmarinho@bitbucket.org/tgmarinho/projetafacil.git
git clone https://gitlab.com/filipenevola/ondecolocomeudinheiro.git
git clone https://gitlab.com/uber4teacher/api.git
echo "Listando os projetos:"
ls
echo "God Will Praised!"
echo "FIM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment