# HG changeset patch # User greg # Date 1309273730 14400 # Node ID a80606f72321597e5f4876e4b345ef0026a7f2e7 # Parent a188de29f06e7f6a7e43352f2b29714a204926f7 Deleted abyss_wrapper.sh diff -r a188de29f06e -r a80606f72321 abyss/abyss_wrapper.sh --- a/abyss/abyss_wrapper.sh Tue Jun 28 10:29:09 2011 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#!/bin/bash - -if [ $# -ne 3 ] -then - echo "ERROR: Expected exactly 3 arguments; got: $*" 1>&2 - exit 1 -fi - -CMD=`ABYSS -k$1 $2 -o $3 2>&1` -if [ $? -ne 0 ] -then -{ - echo "COMMAND FAILURE: $CMD" 1>&2 - exit $? -} -fi