Update bash/port_checking.bash

This commit is contained in:
2026-02-25 21:37:26 +10:30
parent 3338d2ced7
commit a4fe11da39

View File

@@ -1,5 +1,7 @@
## Stop installing tools just to check if a port is open. Bash has it built in.
# Source: https://www.reddit.com/r/bash/comments/1rcgyb7/stop_installing_tools_just_to_check_if_a_port_is/
# Instead of:
telnet host 443
# or