pcd-kill.sh 93 B

12
  1. #!/bin/bash
  2. ps aux | grep 'python2 pcd.py' | grep -v grep | awk '{print $2}' | xargs kill -9