Skip to content

Instantly share code, notes, and snippets.

@unixnut
Created February 13, 2015 04:52
Show Gist options
  • Save unixnut/b57949f3781ac7bd99e5 to your computer and use it in GitHub Desktop.
Save unixnut/b57949f3781ac7bd99e5 to your computer and use it in GitHub Desktop.
if nc -z localhost http
then
echo port is open
else
echo port is closed
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment