2 lines
68 B
Bash
Executable file
2 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
cd /takahe && exec ${TAKAHE_VENV}/bin/python manage.py $@
|