#!/bin/sh IMAGE=${1-pareto} echo "Generate image $IMAGE" perl $IMAGE.pl > $IMAGE.dat gnuplot $IMAGE.gp