mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
11 lines
205 B
Bash
Executable File
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>'
|