stopWatch.sh 79 B

12345
  1. #!/bin/bash
  2. for i in $(pgrep -f watchPm5gOpenFile.sh); do
  3. kill -9 "$i"
  4. done