a1796c4198
Calculations of next step of every bot.
5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BASEDIR=`pwd`
|
|
java -jar $BASEDIR/match-wrapper-*.jar "$(cat wrapper-commands.json)"
|
|
echo "${?}"
|