cybersiderality/blog-update

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