tiny_httpd/tests/echo1.sh
Simon Cruanes b5269f5b05
small test
2021-12-11 09:46:33 -05:00

8 lines
129 B
Bash
Executable file

#!/usr/bin/env sh
ECHO=$1
"$ECHO" -p 8083 &
sleep 0.1
curl -N 'http://localhost:8083/echo/?a=b&c=d' -H user-agent:test
kill %1