Subversion Repositories lagranto.arpege

Rev

Blame | Last modification | View Log | Download | RSS feed

#!/bin/csh

# Write usage information
if ( ${#argv} == 0) then
  echo 
  /home/binderh/prog/programs/lagranto.mf/bin/lagrantohelp gettidiff short
  echo  
  exit 0
endif

/home/binderh/prog/programs/lagranto.mf/goodies/gettidiff $*

exit 0