summaryrefslogtreecommitdiff
path: root/.local/bin/testPort
blob: 92e76d47a3922ce9af7a9e710b29988ffa4e2e6d (plain)
1
2
3
4
5
6
#!/bin/sh

nc -vz $1 25565 ; 
 nc -vz $1 80 ; 
 nc -vz $1 443 ; 
nc -vz $1 22