summaryrefslogtreecommitdiffstats
path: root/bridge/bin/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/bin/bridge')
-rwxr-xr-xbridge/bin/bridge12
1 files changed, 0 insertions, 12 deletions
diff --git a/bridge/bin/bridge b/bridge/bin/bridge
deleted file mode 100755
index 33cf4577..00000000
--- a/bridge/bin/bridge
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /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" "$@"