#!/bin/sh

DIR=`dirname $0`
if [ $DIR = "." ]; then
  DIR=`pwd`
fi
#echo DIR=$DIR 
PATH=${DIR}:${PATH}
export PATH
./vncserver -geometry 1280x1024
