Created
December 9, 2021 15:22
-
-
Save matthewblott/e2d8bd78d7262143d91f62a8e28037cf to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env bash | |
PORT=8080 | |
ss -ltnup 'sport = :$PORT' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment