We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41085d2 + 2bb0503 commit 893619fCopy full SHA for 893619f
start-game.sh
@@ -294,8 +294,6 @@ function create_player_log() {
294
for i in "${BOT_LIST[@]}"; do
295
local THIS_BOT_NAME="$(echo "${i}" | awk -F'/' '{print $2"-"$3}')"
296
local PLAYER_LOG_FILE="${LOG_DIR}/game-${GAME_TIMESTAMP}__${THIS_BOT_NAME}.log"
297
- # "${i}"
298
- # grep de c/bot-name y exportar a 1 file per player p/exportar
299
cat <<EOF >"${PLAYER_LOG_FILE}"
300
# :::
301
# ::: CodeconZ 2024
0 commit comments