file: unload

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


Back to Source File Index


C++ to HTML Conversion by ctoohtml