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