Created
September 3, 2020 17:57
-
-
Save binyamin/9cfc77c41091e4334a4fbb2e745588a6 to your computer and use it in GitHub Desktop.
Various useful shell scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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