From 5e326f51c58e500285ea3daee91986ee1ea518eb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Nov 2013 13:24:42 +0100 Subject: sandbox -> .graveyard --- sandbox/cobra/index.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 sandbox/cobra/index.sh (limited to 'sandbox/cobra/index.sh') diff --git a/sandbox/cobra/index.sh b/sandbox/cobra/index.sh deleted file mode 100755 index 1118a823..00000000 --- a/sandbox/cobra/index.sh +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/sh -set -euf -trap "echo 'You are made of stupid!' >&2; exit 23" EXIT - -COBRA_PATH="${COBRA_PATH-$PWD}" - -## main -for target; do - for path in $COBRA_PATH; do - if test -d "$path/$target"; then - if index="$path/$target/index.sh" && test -f "$index"; then - exec /bin/sh "$index" - fi - fi - done -done -- cgit v1.2.3