Skip to content

Instantly share code, notes, and snippets.

@binyamin
Created September 3, 2020 17:57
Show Gist options
  • Save binyamin/9cfc77c41091e4334a4fbb2e745588a6 to your computer and use it in GitHub Desktop.
Save binyamin/9cfc77c41091e4334a4fbb2e745588a6 to your computer and use it in GitHub Desktop.
Various useful shell scripts
# Kill a port running in the background
lsof -t -i:3000 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment