X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=run.sh;h=2900f5ebc09035136e5d1ee32edf1db6d59f7bbb;hp=bd12a3743bbca4fac42fd079696a899c41482b7d;hb=33852c7b378d419be75d15a9663ee6b071c2f534;hpb=789f96ef05fda4588aa536adb614c0e841be0812 diff --git a/run.sh b/run.sh index bd12a37..2900f5e 100755 --- a/run.sh +++ b/run.sh @@ -30,6 +30,7 @@ fi echo +###################################################################### # Generating the pool file DATA_PATH=./rmk-data @@ -69,12 +70,13 @@ if [[ -d ${DATA_PATH} ]]; then else - echo "Can not find the RateMyKitten images in ${DATA_PATH}. You can" >&2 - echo "download them from ${MAIN_URL}" >&2 + echo "Can not find the RateMyKitten images in ${DATA_PATH}. You can download" >&2 + echo "them from ${MAIN_URL}" >&2 exit 1 fi +###################################################################### # Running the computation per se RESULT_DIR=./results