About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
vitorsalgado
8/7/2017 - 1:46 PM
share
Share
add_circle_outline
Save
Node.js Bash Utils
Node.js Bash Utils
Node.js KILL
content_copy
file_download
lsof -n -i4TCP:8000 | grep LISTEN | tr -s ' ' | cut -f 2 -d ' ' | xargs kill -9
clear