giovedì 16 dicembre 2010

Wget in Crontab con parametri

Come eseguire un wget con parametri all'interno del crontab di linux


30 14,23 * * 1-5  /usr/bin/wget --post-data "param1=pippo&param2=pluto&param3=paperino" http://www.nomesito.dominio/nomefile &1>/dev/null

Nessun commento: