#!/bin/sh zoomexec=`readlink -f $0` if [ -z $zoomexec ] then zoomdir=`dirname $0` else zoomdir=`dirname $zoomexec` fi cd $zoomdir exec ./zoom-bin