diff --git a/blog-update b/blog-update new file mode 100755 index 0000000..b755b89 --- /dev/null +++ b/blog-update @@ -0,0 +1,5 @@ +#!/bin/sh +echo "Run as git user + still needs a bit of manual interaction. Updating gemini blog..." +cd $GEMIBLOG +doas chmod u=g -R . +git pull