#!/bin/sh
#             ,,,
#            (o o)
####=====oOO--(_)--OOO=========================================####
#
# Author      : Olivier.Sirol@lip6.fr
# Started on  : Aug 1999
# Description : gives Alliance CAD system environnement var
#
# (C) Czo 1998,99
# This code is released under GPL
#
# $Id: algue,v 1.3 1999/10/12 14:57:18 czo Exp $

if [ -f $ALLIANCE_TOP/etc/algue/alliance.tk ]
then
 alcbanner Algue 1.0 "ALliance Graphic User Environement" 1999
 wish $ALLIANCE_TOP/etc/algue/alliance.tk
else
 echo "ERROR: \$ALLIANCE_TOP is not valid,"
 echo "Alliance is not correctly installed."
 echo "Please run alc_env.{c}sh"
 exit 1
fi

