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

Last change on this file since 4 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
RevLine 
[2]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.