mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 12:23:11 +08:00
8 lines
105 B
Bash
8 lines
105 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
crond -f &
|
||
|
agate --content dongdigua.github.io/gmi --hostname $GEMINI_HOST
|
||
|
|
||
|
wait -n
|
||
|
echo $?
|