#!/bin/sh
path=$(readlink -f $0)
root=$(cd $(dirname $path) && pwd)
test -e $root/binding && . $root/binding
exec etoys "$@"
