From 08aa5e406a1f7b39182e79ea4eb7fabf7d61eaa3 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 30 Dec 2013 14:34:38 +0100 Subject: //Cancer -> // because that is what painload is all about --- Cancer/bridge/bin/bridge | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 Cancer/bridge/bin/bridge (limited to 'Cancer/bridge/bin') 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" "$@" -- cgit v1.2.3