mirror.dongdigua.github.io/gmi/docker/update-git.sh

7 lines
133 B
Bash
Raw Normal View History

2023-05-26 19:21:35 +08:00
#! /bin/sh
2023-05-29 11:18:04 +08:00
cd /dongdigua.github.io
git pull --rebase >> /var/log/git.log 2>&1
2023-06-06 19:59:16 +08:00
python misc/mdlist2gmi.py > posts.gmi
2023-06-27 13:47:08 +08:00
pkill -HUP gmid