mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-12 04:47:40 +02:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 manage.py migrate
|
|
|
|
exec "$@"
|