4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/bash
|
|
# re-validate login information
|
|
mkdir -p ./.auth
|
|
python browser_env/auto_login.py |