#!/bin/bash
iwconfig ath0 | grep "Signal level" | awk '{print($4)}' | awk -F: '{print($2)}'
