This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
hb_tousu
/
pm_import
Urmărește
8
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
30b784406b
Ramuri
Etichete
master
pm_import
/
scripts
/
stop.sh
stop.sh
72 B
Istoric
Crud
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f pm_import.jar); do
kill -9 "$i"
done