#! /bin/sh
if [ -z "$AUTO_DIR" ]; then
    AUTO_DIR=/usr/lib/auto-07p
    # don't export AUTO_DIR: Python code will use more reliable absolute path
fi

exec python3 "$AUTO_DIR/python/auto/interactiveBindings.py" ${1+"$@"};
