diff --git a/gitpull b/gitpull index bae78b0..08467c7 100644 --- a/gitpull +++ b/gitpull @@ -1,3 +1,8 @@ #!/bin/bash -git pull \ No newline at end of file +if [ $1 = "push" ] ; then +p2sthopegit +else +cd ~/Documents/gitea/website +git pull +fi \ No newline at end of file