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