mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

Allow specifying arguments to the migrate command (e.g. --fake) via this shortcut script. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
python /opt/layerindex/manage.py migrate "$@"
|