„installgitpush.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-27 14:16:53 +02:00
parent 1d073bbe13
commit db2ab94981
2 changed files with 8 additions and 8 deletions

8
installgitpush.sh Normal file
View File

@ -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

View File

@ -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