#!/bin/sh
/sbin/iwconfig eth0|awk '/Noise level/ {print $7}'|cut -f2 -d=
