gitpush/installgpush.sh

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