Diff of /misc/clean_process.sh [000000] .. [fd9ef4]

Switch to side-by-side view

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