source: liacs/ccs/op2/gen_image.sh@ 160

Last change on this file since 160 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 104 bytes
Line 
1#!/bin/sh
2
3IMAGE=${1-pareto}
4echo "Generate image $IMAGE"
5perl $IMAGE.pl > $IMAGE.dat
6gnuplot $IMAGE.gp
Note: See TracBrowser for help on using the repository browser.