source: gs2-extensions/afrepo/trunk/src/bin/script/afr-generate-rdf@ 27338

Last change on this file since 27338 was 27338, checked in by davidb, 11 years ago

aliases for 'afr-' programs to run upgraded to full scripts that 'cd' to the appropriate directory first

  • Property svn:executable set to *
File size: 430 bytes
Line 
1#!/bin/bash
2
3
4if [ "x$GEXTAMP_INSTALLED" = "x" ] ; then
5 echo "Environment variable GEXTAMP_INSTALLED not set" >&2
6 echo "Have you sourced the extensions setup file?" >&2
7 exit
8fi
9
10
11if [ "x$GEXT_AFREPO" = "x" ] ; then
12 echo "Environment variable GEXT_AFREPO not set" >&2
13 echo "Have you sourced the extensions setup file?" >&2
14 exit
15fi
16
17source $GEXT_AFREPO/AFR-SETUP.sh
18
19
20cd $GEXTAMP_INSTALLED/htdocs/afrepo
21
22generateall $*
Note: See TracBrowser for help on using the repository browser.