EDITOR=${EDITOR-ed}
export EDITOR
if test ! -w .; then echo Cannot write in directory `pwd`; exit 1; fi
if test ! -d swork 
then
	$SHOME/cmd/NEWUSER || exit 1
fi
exec $SHOME/cmd/RUN.S
