#!/bin/csh
cd demos
echo			    WARNING
echo		    
echo Use as training file nube, as fitness function minsqu.ga or minsqu2.ga
echo Do not forget to set GAGSLIB to the proper directory, and to include
echo the dir that contains the program into the path
echo Base directory\? 
set basedir = $<
setenv GAGSLIB $basedir/lib
setenv GAGSINC $basedir/include
set path=($path $basedir/bin)
gags.pl 
cd ..

