jablonka.czprosek.czf

czfcentos

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

Compare with Previous - Blame - Download


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

Powered by WebSVN 2.2.1