3 lines
90 B
Bash
3 lines
90 B
Bash
#!/bin/bash
|
|
|
|
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')
|