I have to send this command to trim the NVRAM and stop it moaning about it being low, I don't have many DHCP reservations left so the only easy options to automate the following
Would one of you younger cleverer people on here mind guiding me in the right direction please?
Where can I add it in the JFFS area, ideally so it runs once per day?
Thanks
Code:
for line in `nvram show | grep =$ `; do var=${line%*=}; nvram unset $var; done; nvram commit
Would one of you younger cleverer people on here mind guiding me in the right direction please?
Where can I add it in the JFFS area, ideally so it runs once per day?
Thanks