if test $# -eq 0
then
	echo Usage: rmuser username
	exit 1
fi
mkuser -r $1
rm -fr /usr/$1
exit 0
if test $# -eq 0
