Files
service-aware-frontend/pkgs/clan-cli/emulate_entity.sh
Luis-Hebendanz 5f4eb1f521
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 1m42s
Fixed background task not stopping on detach
2024-01-08 19:33:33 +01:00

4 lines
114 B
Bash
Executable File

#!/usr/bin/env bash
while true ; do printf 'HTTP/1.1 200 OK\r\n\r\ncool, thanks' | nc -l -N 127.0.0.1 7002; done