mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
export DJANGO_SETTINGS_MODULE="settings"
|
|
python server.py
|