This website requires JavaScript.
Explore
Help
Register
Sign In
yangjun
/
sadjv1
Watch
1
Star
0
Fork
You've already forked sadjv1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
30f5ed97c2
sadjv1
/
anmo-server-java
/
script
/
killJar.sh
2 lines
82 B
Bash
Raw
Blame
History
#!/bin/sh
ps -ef
|
grep anmo.jar
|
grep -v grep
|
awk
'{print $2}'
|
xargs
kill
-9
Reference in New Issue
View Git Blame
Copy Permalink