do not explicitly set lsof path
This commit is contained in:
parent
905000670e
commit
f4fb881377
@ -31,7 +31,7 @@ func execute(cmdstr string) {
|
||||
}
|
||||
|
||||
func main() {
|
||||
execute("/usr/sbin/lsof -iTCP -sTCP:LISTEN -P")
|
||||
execute("lsof -iTCP -sTCP:LISTEN -P")
|
||||
execute("gcc --version")
|
||||
execute("java -version")
|
||||
execute("python3 --version")
|
||||
|
Loading…
Reference in New Issue
Block a user