#!/bin/sh
#	SID	"@(#)makenew.sh	3.4 - 94/11/09"
x=`basename $0`
if [ X"$1" = X-x ] ; then
	cat <<!
$x [-x] [startup]

make new angoss project

-x		display this explanation

$x creates a new RAD application.  (Interactive)
!
	exit 1
fi
oac -a'remember make-application'
