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
|
2023-04-27 14:14:45 +02:00
|
|
|
mv pushchanges.sh /opt/gpush/
|
2023-04-27 14:14:05 +02:00
|
|
|
cd ~
|
|
|
|
echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc
|