gitpush/installgpush.sh

7 lines
202 B
Bash
Raw Normal View History

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