Rev 3877 | Rev 6774 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14 | reyssat | 1 | #! /bin/sh |
2 | |||
6771 | georgesk | 3 | tmp=`echo "$wims_exec_parm" | ./bin/wrap..exec chemeq -lW |
14 | reyssat | 4 | echo "$tmp" |
5 | |||
1522 | bpr | 6 | if echo "$tmp" | grep ERROR >/dev/null 2>&1; then |
7 | today=`date '+%Y%m%d' >/dev/null 2>&1` |
||
14 | reyssat | 8 | echo "$today chemeq: $wims_exec_parm" >>../log/user_error.log 2>/dev/null |
9 | fi |
||
10 |