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