Subversion Repositories wimsdev

Rev

Rev 2050 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#! /bin/sh
##
echo "$wims_exec_parm" > $tmp_dir/test

[ -s $tmp_dir/test ] || exit

ulimit -f 64

if [ -f ../chroot/usr/local/bin/checkmol ]; then
 ./bin/wrap..exec checkmol $wims_exec_parm
else
 echo `checkmol $wims_exec_parm`
fi