mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-21 14:04:42 +08:00
3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 80 || exit 1
|