https://github.com/geodynamics/citcoms
Revision cd88f7eb6fa46d98b504518b5a75a139c261c690 authored by Leif Strand on 29 October 2005, 02:16:35 UTC, committed by Leif Strand on 29 October 2005, 02:16:35 UTC
1 parent 42bd2b6
Raw File
Tip revision: cd88f7eb6fa46d98b504518b5a75a139c261c690 authored by Leif Strand on 29 October 2005, 02:16:35 UTC
Set svn:executable on all examples and cookbooks.
Tip revision: cd88f7e
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top