[will@localhost config]$ cat sendmail.sh#!/bin/sh
LIST="a b c d e"for list in $LIST; do\cat /home/will/log.txt | LD_LIBRARY_PATH=/usr/local/lib /home/will/smtpsend $list > /dev/null 2>&1; \done;
張貼留言
沒有留言:
張貼留言