This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
hb_tousu
/
siteinfo_update
Observar
5
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
prod-20230213
test-20230213
prod-20230208
test-20230208
prod-20230129
siteinfo_update
/
scripts
/
test
/
stop.sh
stop.sh
72 B
Link permanente
Histórico
Raw
1
2
3
4
5
#!/bin/bash
for
i
in
$(pgrep -f site_info.jar);
do
kill
-9
"
$i
"
done