Arisu's MAC Changer v0.9

Yesterday I was playing with bash scripting and I made a little script to change the mac address (hardware address) of my pc, well the program is not finished yet but runs perfectly so I want to share it :)

---
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.