start.sh (84B)
1 2 3 4 5 6
#!/bin/sh uwsgi --ini shiimoe.ini & echo "$!" > ./.pid echo "Shii.moe is online!"