This website works better with JavaScript
Home
Explore
Help
Sign In
xusl
/
focus
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c78a8537fb
Branches
Tags
master
focus
/
ipfcst-client
/
autoservice
/
jar-auto-service-stop.sh
jar-auto-service-stop.sh
92 B
History
Raw
1
2
3
4
#!/bin/sh
PID=$(cat /home/syjy/focus-client/autoservice/jar-auto-service.pid)
kill -9 $PID