mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
4 lines
130 B
Bash
Executable file
4 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
export DJANGO_SETTINGS_MODULE="settings"
|
|
#python2.5 -m cProfile -o profiler.log -s time server.py
|
|
python2.5 server.py
|