diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-14 19:09:06 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-14 19:09:06 -0400 |
| commit | ed4daf7429bf2580118aad87b8f3e2011efed7ec (patch) | |
| tree | 82f9d8ed68de119e5777f5ecfae9df4a92fe92b3 /.local/bin/testPort | |
Initial commit
Diffstat (limited to '.local/bin/testPort')
| -rwxr-xr-x | .local/bin/testPort | 6 |
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 |
