Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
14 reyssat 1
#! /bin/sh
2
 
3
tmp=`echo "$wims_exec_parm" | bin/wrap..exec chemeq -l`
4
echo "$tmp"
5
 
6
if echo "$tmp" | grep ERROR >&/dev/null; then
7
 today=`date '+%Y%m%d' 2>/dev/null`
8
 echo "$today chemeq: $wims_exec_parm" >>../log/user_error.log 2>/dev/null
9
fi
10