do not explicitly set lsof path

This commit is contained in:
Greg Gauthier 2021-03-08 20:09:39 +00:00
parent 905000670e
commit f4fb881377
1 changed files with 1 additions and 1 deletions

View File

@ -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")