#!/bin/sh type -P gnuplot &>/dev/null || { echo "gnuplot not found - skipping graph creation" >&2 exit 1 } gnuplot<