#!/bin/sh
DIR=`dirname $0`
cd ~; cd Pictures
export DYLD_LIBRARY_PATH=$DIR/lib
exec $DIR/pyldin -t -d $DIR/share/pyldin
