mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
3 lines
44 B
Bash
3 lines
44 B
Bash
#!/bin/bash
|
|
|
|
nc -z 127.0.0.1 1234 || exit 1
|