Example 1:
#!/bin/sh if [ ! -c /dev/ipmi0 ] ; then exec /sbin/modprobe ipmi_si >/dev/null 2>&1 fi
Example 2:
#!/bin/sh if [ ! -c /dev/sg0 ] ; then exec /sbin/modprobe sg >/dev/null 2>&1 fi