From db2ab949818ec7bfe1f6fbae454948a226bc1325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:16:53 +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 | 8 ++++++++ installgpush.sh | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 installgitpush.sh delete mode 100644 installgpush.sh diff --git a/installgitpush.sh b/installgitpush.sh new file mode 100644 index 0000000..8cb4b5f --- /dev/null +++ b/installgitpush.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +mkdir /opt/gitpush +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 diff --git a/installgpush.sh b/installgpush.sh deleted file mode 100644 index 71418f1..0000000 --- a/installgpush.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -mkdir /opt/gpush -wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh -mv pushchanges.sh /opt/gpush/ -cd ~ -echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc -source ~/.bashrc \ No newline at end of file