File:  [MW Coherent from dump] / coherent / a / bin / mount
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

: /bin/[u]mount 5/3/90

: Definitions for the most commonly used diskette formats.
: Change these to the appropriate device names for your system.
DEFF0=/dev/fva0
DEFF1=/dev/fha1

: Set cmd to execute /etc/mount or /etc/umount.
case $0$# in
	*um*1)	cmd='exec /etc/umount $special';;
	*um*)	cmd='exec /etc/umount $*';;
	*1|*2)	flags=$2 cmd='exec /etc/mount $special $directory $flags';;
	*)	cmd='exec /etc/mount $*';;
esac

: Abbreviations may be deleted from or added to this table.
case $1 in
	f0)	special=$DEFF0 directory=/f0;;
	f1)	special=$DEFF1 directory=/f1;;
	f??0)	special=/dev/$1 directory=/f0;;
	f??1)	special=/dev/$1 directory=/f1;;
	*)	special=$1 directory=$2 flags=;;
esac
eval $cmd

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.