#!/bin/sh
if test "$DISPLAY" = ""
then 
     echo exporting DISPLAY=:0
     export DISPLAY=:0
fi

cd /Applications/EDGE
R
