diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 18:45:07 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 18:45:07 -0500 |
| commit | a504b63dfaa23ac6ba420942f71d859630c03e0e (patch) | |
| tree | 9dff1f05c408fabfa5da7dcbfc5b901f14706af9 /scripts/testPort | |
| parent | c82d20316320d8584f0a9fa1218f0e73d1fc4530 (diff) | |
refactor!: Unused Programs Removed
Multiple unused programs have be removed. These programs were
unmaintained, no longer functioning, and/or had no purpose anymore.
BREAKING CHANGE: Multiple scripts removed
Diffstat (limited to 'scripts/testPort')
| -rwxr-xr-x | scripts/testPort | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/testPort b/scripts/testPort deleted file mode 100755 index 92e76d4..0000000 --- a/scripts/testPort +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -nc -vz $1 25565 ; - nc -vz $1 80 ; - nc -vz $1 443 ; -nc -vz $1 22 |
