mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 12:23:11 +08:00
7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#! /bin/sh
|
|
|
|
cd /dongdigua.github.io
|
|
git pull --rebase >> /var/log/git.log 2>&1
|
|
python misc/mdlist2gmi.py > posts.gmi
|
|
pkill -HUP gmid
|