#!/usr/bin/bash GRAPH_FILE=/tmp/graph.png set -e guile graphgif.scm $GRAPH_FILE feh $GRAPH_FILE rm $GRAPH_FILE