Files
QSfera/Server/tests/config/woodpecker/serve-hosting-discovery.sh
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

6 lines
134 B
Bash

#!/bin/sh
while true; do
echo -e "HTTP/1.1 200 OK\n\n$(cat tests/config/woodpecker/hosting-discovery.xml)" | nc -l -k -p 8080
done