摘要: #!/bin/sh #chkconfig:2345 70 30 #description:ngrok ngrok_path=/root/ngrok case "$1" in start) echo "start ngrok service.." sh ${ngrok_path}/start.sh ;; *) ... 阅读全文
posted @ 2018-03-01 10:59 shiningrise 阅读(3) 评论(0) 推荐(0) 编辑