source:
trunk/examples/extended/eventgenerator/exgps/macros/plotit.csh@
1036
| Last change on this file since 1036 was 807, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 198 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/csh -f |
| 2 | |
| 3 | foreach i (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) |
| 4 | cat plot.kumac.template | sed s/'FILE'/$i/g >! temp.kumac |
| 5 | paw -b temp.kumac |
| 6 | end |
Note:
See TracBrowser
for help on using the repository browser.
