#!/bin/sh
if [ "$TERM" = "linux" ]; then
	exec /usr/bin/arachne-svgalib 
else
	exec /usr/bin/arachne-ggi 
fi
