From 5ef5fcf2b7d3274018a1beb563be7497fc973ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:10:24 +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 => installgpush.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename installgpush => installgpush.sh (62%) diff --git a/installgpush b/installgpush.sh similarity index 62% rename from installgpush rename to installgpush.sh index 17db305..e0b69f5 100644 --- a/installgpush +++ b/installgpush.sh @@ -1,4 +1,6 @@ +#!/bin/bash + mkdir /opt/gpush wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh mv pushchanges.sh /opt/gpush/" -echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> ~.bashrc +echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> ~.bashrc \ No newline at end of file