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