2023-04-27 14:10:24 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-04-27 14:10:00 +02:00
|
|
|
mkdir /opt/gpush
|
|
|
|
wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh
|
|
|
|
mv pushchanges.sh /opt/gpush/"
|
2023-04-27 14:12:33 +02:00
|
|
|
echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> \~.bashrc
|