I put up another script in MyStuff called ifcheck. Simple little bash
script, but it can be convenient. What it does is checks to see if a
network interface is up. If it isn't, it brings it up as though you had
typed ifup interface
, otherwise it exits with a message. Hope someone
out there finds it useful!