diff options
author | makefu <github@syntax-fehler.de> | 2013-12-30 03:03:22 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-30 03:03:22 +0100 |
commit | 96151bd07330aee400fb99fd9f8f117bae42c9e5 (patch) | |
tree | 44c3f35a4d89e96ec97812a5879baa30bb4df0b8 /bridge/bin | |
parent | 4ae4f5f461a6d5f6290ef7da516ea22db93bfd91 (diff) |
bridge -> Cancer/\1
Diffstat (limited to 'bridge/bin')
-rwxr-xr-x | bridge/bin/bridge | 12 |
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" "$@" |