OSDN Git Service

Add script to restart unicorn fast
[sharp4k/CUTEn.git] / CutenServer / tools / unicorn-restart.sh
1 #!/bin/sh
2 cd $(dirname $0)/..
3 kill -USR2 $(cat log/unicorn.pid)