#!/bin/sh
#
# Cover script to redirect the DISPLAY to the smaller local display on the
# head node.
# This should be more or less transparent on most other machines.
#
export DISPLAY=:0
dn=`dirname $0`
exec java -jar ${dn}/annotator_gui.jar $*
#exec echo java -jar annotator_gui.jar $*

