This website works better with JavaScript
Home
Explore
Help
Register
Sign In
hb_finance
/
gdc-finance-api
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
62b3980d5e
Branches
Tags
master
1.29
gdc-finance-api
/
scripts
/
stop.sh
stop.sh
78 B
History
Raw
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f finance-gdc-api.jar); do
kill -9 "$i"
done