This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
hb_tousu
/
pm_5g
Vigiar
5
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
prod-20230206
prod-20230202
pm_5g
/
build-dir
/
stop.sh
stop.sh
76 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f pmInterface5g.jar); do
kill -9 "$i"
done