#!/bin/sh case $1 in config) cat << EOF graph_title bug 483897 test case graph_args --base 1000 --lower-limit 0 --upper-limit 3 graph_vlabel vlabel f1.label f1 f1.draw AREA f1.colour 0000FF f2.label f2 f2.draw STACK f2.colour 00FF00 f3.label f3 f3.draw STACK f3.colour FF0000 EOF exit 0;; esac cat << EOF f1.value 1 f2.value 1 f3.value 1 EOF