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