cybersiderality/blog-update
2023-02-18 21:02:28 -06:00

6 lines
142 B
Bash
Executable file

#!/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