Skip to content

Instantly share code, notes, and snippets.

@strokyl
Last active January 29, 2025 15:08
Show Gist options
  • Save strokyl/468de21a8acbd39e9060a0eeb57afd6f to your computer and use it in GitHub Desktop.
Save strokyl/468de21a8acbd39e9060a0eeb57afd6f to your computer and use it in GitHub Desktop.
kill_behind_port.sh
#!/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