ethercat/examples/rt/msr_unload

10 lines
173 B
Bash
Executable File

#!/bin/sh
module="msr_rt"
device="msr"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device} /dev/${device}0