Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/csh
# Set Lagranto
set LAGRANTO = ${LAGRANTOBASE}.${MODEL}/
# Write usage information
if ( ${#argv} == 0) then
echo
${LAGRANTO}/bin/lagrantohelp getvars short
echo
exit 0
endif
${LAGRANTO}/goodies/getvars $*
exit 0