source:
liacs/ccs/op2/gen_image.sh@
372
Last change on this file since 372 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 104 bytes |
Line | |
---|---|
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.