diff options
Diffstat (limited to 'Cancer/assets/bin/check-truth')
-rwxr-xr-x | Cancer/assets/bin/check-truth | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Cancer/assets/bin/check-truth b/Cancer/assets/bin/check-truth deleted file mode 100755 index 064a7d97..00000000 --- a/Cancer/assets/bin/check-truth +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -set -euf -HERE=$(dirname $(readlink -f $0)) -DB="$HERE/../../db/truth" -read LINE -if (cat $DB;echo $LINE) | $HERE/truth2json - 1>/dev/null ;then - echo "success" 1>&2 - echo "$LINE" -else - echo "you fail" 1>&2 -fi |