Email list of new wireless devicesnot sure what I'm doing yet there is a script that does this already but I want to use my current static leases as a baseline
staticleases=$(nvram get static_leases)
maclist=$(echo $staticleases | sed -r 's/=[A-Za-z0-9]+=([0-9]{1,3}\.){3}[0-9]{1,3}\s*/\n/g')
echo $maclist
|