:
if test -d $1
then
	echo "exists"
else
	echo "Does not exist"
fi
