#!/bin/bash
set -e
mac=$(wifimactool -p | grep mac0:)
echo $mac | awk '{print $2}'
