#ident	"@(#)sadmin:shell/drivename	35.1"
#	Derive a device name from its path name.

#!	chmod +x ${file}

echo `basename ${1:?}` drive
