diff options
-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 |