aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-04-26 20:26:35 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-04-26 20:26:35 +0200
commit4c1296c922adca491533b40ca0b0be23bad4c177 (patch)
treef9ab9fcae3918b34303a9cdad336a8e9ce00d5c2
parent33c3121cfd4447c58401eecc201fbe05a4b7b1e0 (diff)
Fix full competition scripts for new repo
-rwxr-xr-xfullcomp.sh2
-rwxr-xr-xfullcompMT.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/fullcomp.sh b/fullcomp.sh
index c588bd5..66609d9 100755
--- a/fullcomp.sh
+++ b/fullcomp.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-BINARIES="./stttfirst ./stttrandom ./stttrecur ./stttswag"
+BINARIES="./gluon ./neutrino ./randino"
if [[ ! -e competitions ]]; then
mkdir competitions || exit 1
diff --git a/fullcompMT.sh b/fullcompMT.sh
index 5214f25..ece635f 100755
--- a/fullcompMT.sh
+++ b/fullcompMT.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-BINARIES="./stttfirst ./stttrandom ./stttrecur ./stttswag"
+BINARIES="./gluon ./neutrino ./randino"
if [[ ! -e competitions ]]; then
mkdir competitions || exit 1