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

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