#! /bin/sh set -euf command="$1"; shift bindir="$(dirname $(readlink -f "$0"))/../lib/bridge/bin" exec "$bindir/$command" "$@"