This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
hb_finance
/
gdc-finance-api
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
62b3980d5e
Rami (Branch)
Tag
master
1.29
gdc-finance-api
/
scripts
/
stop.sh
stop.sh
78 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f finance-gdc-api.jar); do
kill -9 "$i"
done