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):
07c0e56545
Rami (Branch)
Tag
master
dcl_data_pro...
/
src
/
python2
/
pjibot_delivery
/
csv-kill.sh
csv-kill.sh
94 B
Cronologia
Originale
1
2
#!/bin/bash
ps aux | grep 'python2 csv-.py' | grep -v grep | awk '{print $2}' | xargs kill -9