#!/bin/bash MODULE=hello DEVICE=helloc /usr/bin/rmmod ${MODULE}.ko $* || exit 1 rm -f /dev/${DEVICE}[0]