#!/bin/sh

# In a /bin/sh script (Bourne shell), no space around = sign in assignment!
GNUPLOT=/opt/sfw/bin/gnuplot

make drawPhillsPicture
./drawPhillsPicture
${GNUPLOT} drawPhillsPicture.gnuplot

