#!/bin/sh
# A script to autoset the gnuplot mode.

if [ .$DISPLAY != . ] ; then
	echo X11
else
	echo linux svga
fi
