diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-04-26 20:26:35 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-04-26 20:26:35 +0200 |
commit | 4c1296c922adca491533b40ca0b0be23bad4c177 (patch) | |
tree | f9ab9fcae3918b34303a9cdad336a8e9ce00d5c2 | |
parent | 33c3121cfd4447c58401eecc201fbe05a4b7b1e0 (diff) |
Fix full competition scripts for new repo
-rwxr-xr-x | fullcomp.sh | 2 | ||||
-rwxr-xr-x | fullcompMT.sh | 2 |
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 |