stop.sh 90 B

123
  1. #!/bin/bash
  2. eval $(ps -ef | grep "[0-9] python server\\.py a" | awk '{print "kill "$2}')