summaryrefslogtreecommitdiffstats
path: root/Cancer/bridge/bin
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-12-30 14:34:38 +0100
committermakefu <root@pigstarter.de>2013-12-30 14:34:38 +0100
commit08aa5e406a1f7b39182e79ea4eb7fabf7d61eaa3 (patch)
tree2db1a54f336167cc3cc3d5f74c77d029fe7e7470 /Cancer/bridge/bin
parent133e49566c74f1d21c28536ed31d1514725ed49b (diff)
//Cancer -> //
because that is what painload is all about
Diffstat (limited to 'Cancer/bridge/bin')
-rwxr-xr-xCancer/bridge/bin/bridge12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cancer/bridge/bin/bridge b/Cancer/bridge/bin/bridge
deleted file mode 100755
index 33cf4577..00000000
--- a/Cancer/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" "$@"