website/gitpull
sthope 22331a9be5
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-09-03 23:24:34 +02:00

8 lines
96 B
Bash

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