This website works better with JavaScript
Home
Explore
Help
Sign In
reghao
/
oss
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ac08f9c6ea
Branches
Tags
master
oss
/
oss-store
/
bin
/
shutdown.sh
shutdown.sh
92 B
History
Raw
1
2
3
4
5
#!/bin/bash
app='oss-store.jar'
pid=`jps | grep ${app} | awk '{print $1}'`
kill -15 ${pid}