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