7 lines
157 B
Plaintext
Executable File
7 lines
157 B
Plaintext
Executable File
#ident "@(#)drivename 1.3 92/07/14 SMI" /* SVr4.0 1.1 */
|
|
# Derive a device name from its path name.
|
|
|
|
#! chmod +x ${file}
|
|
|
|
echo `basename ${1:?}` drive
|