From 22331a9be55e90f02a7be9e4f1564899e4b8d39f Mon Sep 17 00:00:00 2001 From: sthope Date: Fri, 3 Sep 2021 23:24:34 +0200 Subject: [PATCH] initial commit --- gitpull | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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