5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "${0%/*}"
|
|
$(PIPENV_PIPFILE=./backend/Pipfile pipenv --venv)/bin/python -m backend
|
|
|