
if [ -f "$1" ]
then
# $BIN should be defined as an appropriate directory name 
# in a shell script where this script is called.
# for example, on HP-UX BIN=.hpux

	mv $1 $BIN 
fi
