4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/sh
|
|
|
|
eval $(ps -ef | grep -m 1 "python .*xray_run\.py" | awk '{print "sudo kill "$2}')
|