# !/bin/bash

if test "${#1}" != 0 ; then
	if test "$0" != "-bash" ; then
		echo 
   		echo ERROR:  Usage is \". ldrive /dev/...\"  --- note the leading point and space !
		echo
	else
		export LDRIVE=$1 ;
		echo
		echo  LTOOLS Linux default drive is $LDRIVE
		echo
	fi
else
	echo
	echo  LTOOLS Linux default drive is $LDRIVE
	echo
fi