diff --git a/automate.sh b/automate.sh index 4e34ef1..1a33215 100644 --- a/automate.sh +++ b/automate.sh @@ -1,6 +1,8 @@ #!/bin/bash -usr='guillaume.emorine' -passwd='FN2;$m=ZNG;TM)m' +usr=guillaume.emorine +passwd="FN2;$m=ZNG;TM)m" + +git pull git add . git commit -(echo $usr ; echo $passwd) | git push +git push