#! /bin/sh

# sysmask test
../bin/true 2>/dev/null && {
 echo Cannot execute python: security protection unavailable. >&2
 exit
}

echo "$wims_exec_parm" | sed 's/\&#36;/\$/g' >$tmp_dir/python.src

ulimit -f 64
bin/ch..root python $tmp_dir/python.src

