shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

stop.sh (120B)


1
2
3
4
5
6
[ ! -f ./.pid ] && { echo "pid does not exist."; exit 1; }

PID="$(cat ./.pid)"
kill "$PID"

echo "Shii.moe is offline."