---
Bueno y para los que no entiendan el inglés jeje:
Ayer estaba haciendo algunos scripts en bash y hice uno para cambiar la dirección física de la tarjeta, aún no lo tengo terminado ya que le quiero implementar algunas mas opciones y cambiar algunas cosas pero funciona perfectamente así que aquí os lo dejo:
Usage:
amchanger [interface] [-c time] | [-u|-h]
interface: Name of the network interface(the default interface is wlan0).
-c: Makes the script continue until the user press 'Ctrl+C' to abort it.
time: Time IN SECONDS to wait for each loop(the default time is 2h = 7200s).
-u | -h: Shows the Usage section.
-Is very simple, it uses only 'ifconfig' and 'sleep' commands.