Skip to content

Instantly share code, notes, and snippets.

@bi0xid
Last active October 7, 2015 11:52
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 bi0xid/a2899293ac3fff87ecd9 to your computer and use it in GitHub Desktop.
Save bi0xid/a2899293ac3fff87ecd9 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd ~/domains/bi0xid.es/public_html/web/
git add --all
git commit -m "copia de seguridad"
git push origin master
cd ~/domains/darkblue.es/public_html/web/
git add --all
git commit -m "copia de seguridad"
git push origin master
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment