From f305a70357d95f7e069fe852df30859e0557ac56 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 27 Sep 2011 15:04:13 +0200 Subject: //bridge bin/*: add synopses and shi- --- bridge/bin/bridge | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'bridge/bin') diff --git a/bridge/bin/bridge b/bridge/bin/bridge index 6ae4ab11..33cf4577 100755 --- a/bridge/bin/bridge +++ b/bridge/bin/bridge @@ -1,5 +1,12 @@ #! /bin/sh +# +# Interface to the bridge commands. +# +# See commands below $bindir +# set -euf -command="$1"; shift + bindir="$(dirname $(readlink -f "$0"))/../lib/bridge/bin" -exec "$bindir/$command" "$@" +cmd="$bindir/$1"; shift + +exec "$cmd" "$@" -- cgit v1.2.3