mirror of
https://github.com/web-arena-x/webarena.git
synced 2026-02-06 11:16:53 +00:00
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/bash
|
|
|
|
# prepare the evaluation
|
|
# re-validate login information
|
|
mkdir -p ./.auth
|
|
python browser_env/auto_login.py
|