From ed4daf7429bf2580118aad87b8f3e2011efed7ec Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 14 Jul 2022 19:09:06 -0400 Subject: Initial commit --- .local/bin/testPort | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/testPort (limited to '.local/bin/testPort') diff --git a/.local/bin/testPort b/.local/bin/testPort new file mode 100755 index 0000000..92e76d4 --- /dev/null +++ b/.local/bin/testPort @@ -0,0 +1,6 @@ +#!/bin/sh + +nc -vz $1 25565 ; + nc -vz $1 80 ; + nc -vz $1 443 ; +nc -vz $1 22 -- cgit v1.2.3