7 lines
201 B
Bash
7 lines
201 B
Bash
#!/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 |