2 lines
35 B
Bash
Executable File
2 lines
35 B
Bash
Executable File
kill -9 $(lsof -t -i:8080) || true
|
kill -9 $(lsof -t -i:8080) || true
|