source: trunk/mesoscale/LMD_MM_MARS/SRC/ARWpost/bigconvert100 @ 13

Last change on this file since 13 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 186 bytes
Line 
1#!/bin/csh
2# f. forget
3foreach i ( $* )
4    echo $1
5    set name = `echo $1 | sed -e 's/\./ /' `
6    echo $name[1].png
7   convert -density 100x100 -crop 0x0 $1 $name[1].png
8   shift
9end
Note: See TracBrowser for help on using the repository browser.