initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2021-09-03 23:24:34 +02:00
parent e52aafe23a
commit 22331a9be5

View File

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