#!/bin/bash if [ "x$GEXTAMP_INSTALLED" = "x" ] ; then echo "Environment variable GEXTAMP_INSTALLED not set" >&2 echo "Have you sourced the extensions setup file?" >&2 exit fi if [ "x$GEXT_AFREPO" = "x" ] ; then echo "Environment variable GEXT_AFREPO not set" >&2 echo "Have you sourced the extensions setup file?" >&2 exit fi source $GEXT_AFREPO/AFR-SETUP.sh cd $GEXTAMP_INSTALLED/htdocs/afrepo generateall $*