[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] lynx crontab issue.
From: |
Thorsten Glaser |
Subject: |
Re: [Lynx-dev] lynx crontab issue. |
Date: |
Thu, 30 Jun 2011 09:46:32 +0000 (UTC) |
Bilal MK dixit:
>Thats works in my terminal, But in crontab does not work,
>#!/bin/bash
>export TERM=xterm
>/usr/local/bin/lynx -dump
>http://www.google.com/safebrowsing/diagnostic?site=mysite.com >
>/tmp/mysite.txt
That's not a crontab entry. A crontab entry would be:
*/30 * * * * /usr/bin/env TERM=xterm /usr/local/bin/lynx -dump
http://www.google.com/safebrowsing/diagnostic?site=mysite.com >/tmp/mysite.txt
bye,
//mirabilos
--
08:05⎜<XTaran:#grml> mika: Does grml have an tool to read Apple
⎜ System Log (asl) files? :)
08:08⎜<ft:#grml> yeah. /bin/rm. ;) 08:09⎜<mrud:#grml> hexdump -C
08:31⎜<XTaran:#grml> ft, mrud: *g*
Re: [Lynx-dev] lynx crontab issue., Helmut Hullen, 2011/06/28