Skip to content

Instantly share code, notes, and snippets.

@neomatrixcode
Last active October 18, 2015 04:37
Show Gist options
  • Save neomatrixcode/58ef443cfa6548bb0536 to your computer and use it in GitHub Desktop.
Save neomatrixcode/58ef443cfa6548bb0536 to your computer and use it in GitHub Desktop.
uso: ./ac.sh pablogonzalezpe codeneomatrix metasploit-framework
#!/bin/bash
#usuariooriginal= $1
#miusuario= $2
#proyecto= $3
git clone https://github.com/$username/$proyecto.git
cd $proyecto
git remote add upstream https://github.com/$original/$proyecto.git
git fetch upstream
git merge upstream/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment