#!/bin/sh cd "${0%/*}" || exit # Run from this directory #------------------------------------------------------------------------------ # Require gnuplot command -v gnuplot >/dev/null || { echo "gnuplot not found - skipping graph creation" 1>&2 exit 1 } gnuplot<