shii.moe

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

start.sh (84B)


1
2
3
4
5
6
#!/bin/sh

uwsgi --ini shiimoe.ini &
echo "$!" > ./.pid

echo "Shii.moe is online!"