if test $1
then
	cd ../cmd
	cp admin bdiff chghist comb delta get help prt sccsdiff rmdel what $1
else
	echo "Usage: install directory  (e.g. install /usr/bin )"
fi
