#!/bin/sh # if the network driver is loaded, reconfigure eth0 /bin/grep 3c59x /proc/modules > /dev/null && (ifdown eth0 && ifup eth0)