Last active
January 29, 2025 15:08
-
-
Save strokyl/468de21a8acbd39e9060a0eeb57afd6f to your computer and use it in GitHub Desktop.
kill_behind_port.sh
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
#!/bin/bash -eu | |
kill -9 $(lsof -t -i:$1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment