#!/bin/sh
module="rmtproc"
device="rmtproc"

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

# Remove stale nodes

rm -f /dev/${device}[0-1] /dev/${device}
