summaryrefslogtreecommitdiff
path: root/.local/bin/testPort
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/testPort')
-rwxr-xr-x.local/bin/testPort6
1 files changed, 6 insertions, 0 deletions
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