4 lines
47 B
Bash
4 lines
47 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 "$PORT" || exit 1
|
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 "$PORT" || exit 1
|