Last change
on this file since 357 was
207,
checked in by aslmd, 13 years ago
|
MESOSCALE: A GENERAL CLEAN-UP FOLLOWING UPDATING THE USER MANUAL. EVERYTHING ESSENTIAL IS IN MESOSCALE (much lighter than before). EVERYTHING FOR DEVELOPPERS OR EXPERTS IS IN MESOSCALE_DEV.
|
-
Property svn:executable set to
*
|
File size:
185 bytes
|
Line | |
---|
1 | #!/bin/csh |
---|
2 | # f.forget |
---|
3 | foreach i ( $* ) |
---|
4 | echo $1 |
---|
5 | set name = `echo $1 | sed -e 's/\./ /' ` |
---|
6 | echo $name[1].png |
---|
7 | convert -density 200x200 -crop 0x0 $1 $name[1].png |
---|
8 | shift |
---|
9 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.