From 03d7035e7411597e3c423b09648f9ef9909db8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:14:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstallgpush.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installgpush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installgpush.sh b/installgpush.sh index bcfd3a9..77fc1af 100644 --- a/installgpush.sh +++ b/installgpush.sh @@ -2,6 +2,6 @@ mkdir /opt/gpush wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh -mv pushchanges.sh /opt/gpush/" +mv pushchanges.sh /opt/gpush/ cd ~ echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc \ No newline at end of file