Subversion Repositories wimsdev

Rev

Rev 3877 | Details | Compare with Previous | 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/checkmol ]; then
8537 bpr 10
 ./bin/wrap..exec ../other/bin/checkmol $wims_exec_parm
2050 bpr 11
else
12
 echo `checkmol $wims_exec_parm`
13
fi