Subversion Repositories wimsdev

Rev

Rev 3877 | 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/matchmol ]; then
 bin/ch..root matchmol $wims_exec_parm
else
 echo `matchmol $wims_exec_parm`
fi