„installgitpush.sh“ ändern
This commit is contained in:
parent
1d073bbe13
commit
db2ab94981
8
installgitpush.sh
Normal file
8
installgitpush.sh
Normal 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
|
@ -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
|
Loading…
Reference in New Issue
Block a user