1#!/bin/sh 2 3# Wrapper around the pchdelta.py script 4bash -c "unset PYTHONHOME PYTHONPATH; /usr/bin/python ../solenv/bin/pchdelta.py $*" 5