3 lines
75 B
Bash
Executable File
3 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
exec python3 ./manage.py "$@" --settings=market.settings.local
|