source: bin/meteo2.sh

Last change on this file was 775, checked in by chronos, 8 years ago
  • Updated bash scripts.
  • Property svn:executable set to *
File size: 144 bytes
Line 
1#!/bin/bash
2cd /a/www/zdechovnet/meteo
3while [ 1=1 ]; do
4/usr/bin/php -q load_meteo.php>/root/log/meteo.log 2>/root/log/meteo.err
5sleep 60
6done
Note: See TracBrowser for help on using the repository browser.