#!/bin/bash if [ $1 = "push" ] ; then p2sthopegit else cd ~/Documents/gitea/website git pull fi