This website requires JavaScript.
Explore
Help
Register
Sign In
yangjun
/
sadjv2
Watch
1
Star
0
Fork
You've already forked sadjv2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8a4a9cf64
sadjv2
/
anmo
/
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