spsrv/examples/cgi/echo

7 lines
114 B
Bash
Executable File

#!/usr/bin/env sh
# Echos back whatever data you send it
printf "2 application/octet-stream\r\n"
cat /dev/stdin