summary refs log tree commit diff stats
path: root/test.cgi
blob: 523ef01d53f2e06391d6a55b34053b50b1bccd64 (plain) (blame)
1
2
3
4
5
#!/bin/sh

printf 'Content-Type: text/html\r\n'
printf '\r\n'
printf '%s\r\n' "$PATH_INFO"