Blame view

kill.sh 77 Bytes
314bc5df   zhengshouren   提交服务器初始代码
1
2
3
4
  #! /bin/sh
  
  kill -9 `cat skynet.pid` 2>/dev/null
  echo "服务端已经关闭"