This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
hb_tousu
/
pm_5g
Seguir
5
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
prod-20230206
prod-20230202
pm_5g
/
build-dir
/
stopWatch.sh
stopWatch.sh
79 B
Permalink
Histórico
Raw
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f watchPm5gOpenFile.sh); do
kill -9 "$i"
done