source:
liacs/ccs/op2/gen_image.sh@
344
Last change on this file since 344 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 104 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #!/bin/sh |
2 | ||
3 | IMAGE=${1-pareto} | |
4 | echo "Generate image $IMAGE" | |
5 | perl $IMAGE.pl > $IMAGE.dat | |
6 | gnuplot $IMAGE.gp |
Note:
See TracBrowser
for help on using the repository browser.