mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 19:01:54 +08:00
5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# python_ver=$(ls /usr/bin|grep -e "^python[23]\.[1-9]\+$"|tail -1)
|
|
eval $(ps -ef | grep "[0-9] python server\\.py m" | awk '{print "kill "$2}')
|