#!/bin/sh

if [ -z "$OPALE_DIR" ]
then
	echo "OPALE_DIR not initialized !"
	exit -1
fi
nedit -tags $OPALE_DIR/utils/sh/tags -import $OPALE_DIR/utils/sh/nedit.opale $1
