Rev 1522 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#! /bin/sh
tmp=`echo "$wims_exec_parm" | bin/wrap..exec chemeq -l`
echo "$tmp"
if echo "$tmp" | grep ERROR >&/dev/null; then
today=`date '+%Y%m%d' 2>/dev/null`
echo "$today chemeq: $wims_exec_parm" >>../log/user_error.log 2>/dev/null
fi