mirror.dongdigua.github.io/gmi/docker/run-wrapper.sh

9 lines
139 B
Bash
Raw Normal View History

2023-05-26 19:21:35 +08:00
#! /bin/sh
2023-05-29 11:18:04 +08:00
crond -f -d 8 &
tail -f /var/log/git.log &
agate --content dongdigua.github.io/gmi -e --hostname $GEMINI_HOST
2023-05-26 19:21:35 +08:00
wait -n
echo $?