5 lines
142 B
Bash
Executable file
5 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
|