summaryrefslogtreecommitdiffstats
path: root/bridge/bin
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 03:03:22 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 03:03:22 +0100
commit96151bd07330aee400fb99fd9f8f117bae42c9e5 (patch)
tree44c3f35a4d89e96ec97812a5879baa30bb4df0b8 /bridge/bin
parent4ae4f5f461a6d5f6290ef7da516ea22db93bfd91 (diff)
bridge -> Cancer/\1
Diffstat (limited to 'bridge/bin')
-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" "$@"