7 lines
109 B
Bash
7 lines
109 B
Bash
|
#!/bin/sh
|
||
|
cd ..
|
||
|
|
||
|
export TTOFF_LOGIN_TOKEN=dev
|
||
|
|
||
|
/usr/bin/python2 -m toontown.launcher.TTOffQuickStartLauncher
|