kill.sh 77 Bytes Edit Raw Blame History Permalink 1 2 3 4 #! /bin/sh kill -9 `cat skynet.pid` 2>/dev/null echo "服务端已经关闭"