5 lines
135 B
Text
5 lines
135 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Wrapper around the pchdelta.py script
|
||
|
bash -c "unset PYTHONHOME PYTHONPATH; /usr/bin/python ../solenv/bin/pchdelta.py $*"
|