#!/bin/sh G=/usr/bin/gnuplot D=./output_dir I=$1 O=$D/$2 $G > $O <