summaryrefslogtreecommitdiffstats
path: root/bridge/bin/bridge
blob: 6ae4ab1165b1e905a64ebdd0526cd6553a9911c1 (plain)
1
2
3
4
5
#! /bin/sh
set -euf
command="$1"; shift
bindir="$(dirname $(readlink -f "$0"))/../lib/bridge/bin"
exec "$bindir/$command" "$@"