Subversion Repositories lagranto.ecmwf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 michaesp 1
#!/bin/csh
2
 
3
# Write usage information
4
if ( ${#argv} == 0) then
5
  echo 
6
  ${LAGRANTO}/bin/lagrantohelp getmima short
7
  echo  
8
  exit 0
9
endif
10
 
11
${LAGRANTO}/goodies/getmima $*
12
 
13
exit 0
14