9 lines
208 B
Bash
9 lines
208 B
Bash
|
#!/bin/sh
|
||
|
cd ..
|
||
|
|
||
|
# TODO: Make this actually work, to change token in the meantime,
|
||
|
# change the fake-playtoken variable in etc/Configrc.prc.
|
||
|
export LOGIN_TOKEN=dev
|
||
|
|
||
|
python3 -m toontown.toonbase.ToontownStart
|