mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/bin/sh
|
|
|
|
while true; do
|
|
echo -e "HTTP/1.1 200 OK\n\n$(cat /drone/src/tests/config/drone/hosting-discovery.xml)" | nc -l -k -p 8080
|
|
done
|