blender-open-data/website/manage.sh
Sem Mulder a2295e4741 Remove System Test
It is not worth the effort.
2019-11-26 08:44:59 +01:00

6 lines
75 B
Bash
Executable File

#!/usr/bin/env sh
set -eux
cd "$(dirname $0)"
poetry run ./manage.py "$@"