kill-test.sh 98 B

123
  1. #!/bin/bash
  2. ps -eF | grep test | grep php | grep -v grep | awk '{print $2}' | xargs kill
  3. rm *.txt