#!/usr/bin/bash

BASEDIR=/usr/lib/automotive-image-builder

PYTHONPATH="${BASEDIR}/" exec python3 -m aib.main_dev "${BASEDIR}" "$@"
