6 lines
199 B
Bash
6 lines
199 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/"
|
|
echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> \~.bashrc |