Subversion Repositories wimsdev

Rev

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