

cron для логирования ответов:
#*/1        *       *       *       *       curl -u 5pad49:wap91x "http://ds.ifx.ru/ds/yandex/micex.asp" > /home/evbogdanov/ifx/$(date +\%H_\%M_\%S)
#*/30   *       *       *       *       cd /home/evbogdanov/stocks3 && python s3run.py -vt -c config/default-db.xml

#* */1 * * * curl -sg --user yandex:iddqd --basic "http://www.ecopress.by/yandex_xml/brest.xml" > /home/evbogdanov/ecopressexp/brest_$(date +\%d_\%H:\%M:\%S)
#* */1 * * * curl -sg --user yandex:iddqd --basic "http://www.ecopress.by/yandex_xml/gomel.xml" > /home/evbogdanov/ecopressexp/gomel_$(date +\%d_\%H:\%M:\%S)
#* */1 * * * curl -sg --user yandex:iddqd --basic "http://www.ecopress.by/yandex_xml/grodno.xml" > /home/evbogdanov/ecopressexp/grodno_$(date +\%d_\%H:\%M:\%S)
#* */1 * * * curl -sg --user yandex:iddqd --basic "http://www.ecopress.by/yandex_xml/minsk.xml" > /home/evbogdanov/ecopressexp/minsk_$(date +\%d_\%H:\%M:\%S)
#* */1 * * * curl -sg --user yandex:iddqd --basic "http://www.ecopress.by/yandex_xml/mogilev.xml" > /home/evbogdanov/ecopressexp/mogilev_$(date +\%d_\%H:\%M:\%S)
#* */1 * * * curl -sg --user yandex:iddqd --basic "http://www.ecopress.by/yandex_xml/oblast.xml" > /home/evbogdanov/ecopressexp/oblast_$(date +\%d_\%H:\%M:\%S)

