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