Subversion Repositories wimsdev

Rev

Rev 3877 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2050 bpr 1
#! /bin/sh
2
##
3
echo "$wims_exec_parm" > $tmp_dir/test
4
 
5
[ -s $tmp_dir/test ] || exit
6
 
7
ulimit -f 64
8
 
9
if [ -f ../chroot/usr/local/bin/matchmol ]; then
10
 bin/ch..root matchmol $wims_exec_parm
11
else
12
 echo `matchmol $wims_exec_parm`
13
fi