6 lines
89 B
Bash
Executable file
6 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
cd ..
|
|
|
|
export LOGIN_TOKEN=dev
|
|
|
|
python3 -m toontown.launcher.QuickStartLauncher
|