/ Published in: Bash
Expand |
Embed | Plain Text
wget http://yourdomain.com/script -O - 2&>1 >> ~/your_log.log
You need to login to post a comment.
iloveitaly on 08/06/09
php command script output log line web cron
1 person have marked this snippet as a favorite
wget http://yourdomain.com/script -O - 2&>1 >> ~/your_log.log
You need to login to post a comment.