#!/bin/sh
PYTHONPATH=/usr/share/edk2/Python
export PYTHONPATH
exec python /usr/share/edk2/Python/build/build.py "$@"
