From 96151bd07330aee400fb99fd9f8f117bae42c9e5 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 30 Dec 2013 03:03:22 +0100 Subject: bridge -> Cancer/\1 --- Cancer/bridge/bin/bridge | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 Cancer/bridge/bin/bridge (limited to 'Cancer/bridge/bin') diff --git a/Cancer/bridge/bin/bridge b/Cancer/bridge/bin/bridge new file mode 100755 index 00000000..33cf4577 --- /dev/null +++ b/Cancer/bridge/bin/bridge @@ -0,0 +1,12 @@ +#! /bin/sh +# +# Interface to the bridge commands. +# +# See commands below $bindir +# +set -euf + +bindir="$(dirname $(readlink -f "$0"))/../lib/bridge/bin" +cmd="$bindir/$1"; shift + +exec "$cmd" "$@" -- cgit v1.2.3