#!/bin/sh

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

GNUPLOT=/opt/sfw/bin/gnuplot

make drawHouses
./drawHouses
${GNUPLOT} drawHouses.gnuplot
chmod a+rx drawHouses.png


