Skip to content

Instantly share code, notes, and snippets.

@jestan
Created October 29, 2011 19:43
Show Gist options
  • Save jestan/1324980 to your computer and use it in GitHub Desktop.
Save jestan/1324980 to your computer and use it in GitHub Desktop.
Kill a process by opened port
#!/bin/sh
kill $(lsof -t -i :8080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment