Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 100 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 100 Bytes

LINUX COMMAND

kill -9 $(lsof -t -i:8080)

ps ax | grep firefox | cut -f2 -d" " - | xargs kill -9