1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/tests/examples/nocat/cgi-bin/printenv.sh
2015-01-23 17:24:36 +01:00

11 lines
205 B
Bash
Executable File

#!/bin/sh
# tcpdump -tqni wlan0 host 192.168.119.26
# printenv -- demo CGI program which just prints its environment
echo -e 'Content-Type: text/html; charset=utf8\r\n\r'
echo '<pre>'
env
echo '</pre>'