From d0f0805a52f9e0051c82d1fb1a84120bcf3569d8 Mon Sep 17 00:00:00 2001 From: Guillaume Emorine Date: Thu, 4 Apr 2024 11:58:00 +0200 Subject: [PATCH] =?UTF-8?q?=09Modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20automate.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automate.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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