Modifié : automate.sh

This commit is contained in:
Guillaume Emorine 2024-04-04 11:58:00 +02:00
parent 64e16d0284
commit d0f0805a52

View File

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
usr='guillaume.emorine' usr=guillaume.emorine
passwd='FN2;$m=ZNG;TM)m' passwd="FN2;$m=ZNG;TM)m"
git pull
git add . git add .
git commit git commit
(echo $usr ; echo $passwd) | git push git push