This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
cicv
/
dcl_data_process
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d3f5db2d60
Rami (Branch)
Tag
master
dcl_data_pro...
/
src
/
python2
/
pjisuv
/
camera-kill.sh
camera-kill.sh
96 B
Cronologia
Originale
1
2
#!/bin/bash
ps aux | grep 'python2 camera.py' | grep -v grep | awk '{print $2}' | xargs kill -9