mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-28 01:40:54 +08:00
11 lines
163 B
Bash
Executable File
11 lines
163 B
Bash
Executable File
#! /bin/sh
|
|
|
|
sh genkey.sh
|
|
|
|
crond -f -d 8 &
|
|
tail -f /var/log/git.log &
|
|
gmid -f -c /dongdigua.github.io/gmi/docker/gmid.conf -Dgem_host=$GEMINI_HOST
|
|
|
|
wait -n
|
|
echo $?
|