I want to make a startup script that will choose between different wireless networks based on what time it is. I'm not the most familiar with writing shell scripts, i usually just end up figuring out how to do specific things as I go.
What I want to do: (the syntax is probably wrong, I can figure it out)
if "time variable" = before some time
use this Wireless network
else
use the other wireless network
I just need to find out what I would use as the "time variable"
There probably is some program that works in a similar way. If anyone knows of one, that would be great too
Thanks.