examples/msr/msr_unload
author Florian Pose <fp@igh-essen.com>
Fri, 27 Oct 2006 09:33:43 +0000
changeset 450 03523dfc4dff
parent 232 f6594a07cdda
permissions -rwxr-xr-x
Added missing RTAI include path to RTAI example.
#!/bin/sh
module="ec_msr_sample"
device="msr"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1

# Remove stale nodes
rm -f /dev/${device} /dev/${device}0