#!/bin/bash if [ -z "`/sbin/lsmod | grep "ipw3945 "`" ]; then /usr/local/bin/wlan.sh else /usr/local/bin/wlanoff.sh fi exit