Skip to content

Instantly share code, notes, and snippets.

@gitDbits
Created July 1, 2020 23:03
Show Gist options
  • Save gitDbits/b8c6a973fd9c701ece129358a4bd423c to your computer and use it in GitHub Desktop.
Save gitDbits/b8c6a973fd9c701ece129358a4bd423c to your computer and use it in GitHub Desktop.
Kill service rails localhost
kill -9 $(lsof -i tcp:3000 -t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment