#!/bin/sh
if [ -z $DISPLAY ]; then
	echo "eagle: Can't open display"
	exit 1
fi

exec /usr/share/eagle/bin/eagle "$@"
