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