jablonka.czprosek.czf

czfcentos

Subversion Repositories:
[/] [trunk/] [router/] [home/] [www/] [cgi-bin/] [iwconfig.cgi] - Rev 2

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "iwconfig na routeru `hostname`"
echo
/sbin/iwconfig 2>/dev/null

Powered by WebSVN 2.2.1