#! /bin/sh # usage: mkmodulesdir ROOT # where ROOT is the pathname (can be relative) of the geomview source tree MODULES="$1/modules" if test -d $MODULES ; then : else mkdir $MODULES fi cat > $MODULES/README <