2 lines
66 B
Bash
Executable file
2 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
cd /neodb && exec ${NEODB_VENV}/bin/python manage.py $@
|