Rev 6771 | 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 -lW)
echo "$tmp"
if echo "$tmp" | grep ERROR >/dev/null 2>&1; then
today=`date '+%Y%m%d' >/dev/null 2>&1`
echo "$today chemeq: $wims_exec_parm" >>../log/user_error.log 2>/dev/null
fi