#!/bin/bash

if [ "`which getdir`" = "" ];then
  xmessage -center "please install the \"getdir\" dotpup first!"
  exit 0
fi

BASE=`getdir $0` 

cd $BASE

BASE=`pwd`

cd $BASE

./ide.pb "$@" &
