From e1499ebaa75ac818da70dc57dbdb8f337e5cfbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:18:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstallgitpush.sh=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installgitpush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installgitpush.sh b/installgitpush.sh index 8cb4b5f..b0ab871 100644 --- a/installgitpush.sh +++ b/installgitpush.sh @@ -5,4 +5,4 @@ wget https://git.moelle.space/hxcde/gitpush/raw/branch/main/pushchanges.sh mv pushchanges.sh /opt/gitpush/ cd ~ echo alias "gitpush='sh /opt/gitpush/pushchanges.sh'" >> .bashrc -source ~/.bashrc \ No newline at end of file +source .bashrc \ No newline at end of file