--- a +++ b/misc/clean_process.sh @@ -0,0 +1 @@ +kill $(ps aux | grep main.py | grep -v grep | awk '{print $2}')