diff --git a/installgitpush.sh b/installgitpush.sh index 8cb4b5f..b0ab871 100644 --- a/installgitpush.sh +++ b/installgitpush.sh @@ -5,4 +5,4 @@ wget https://git.moelle.space/hxcde/gitpush/raw/branch/main/pushchanges.sh mv pushchanges.sh /opt/gitpush/ cd ~ echo alias "gitpush='sh /opt/gitpush/pushchanges.sh'" >> .bashrc -source ~/.bashrc \ No newline at end of file +source .bashrc \ No newline at end of file