You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
567 B
Markdown
12 lines
567 B
Markdown
# cpdAlerts
|
|
|
|
* Vigilancia del boletines oficiales de diferentes comunidades
|
|
* Instala las dependencias que vienen en la cabecera del script indicadas
|
|
* Programa luego en cron cuando quieres que se ejecute cada check de cada boletin indicando el parametro
|
|
* Ejemplo en el crontab para comprobar madrid y castila la mancha a las 18 y 19 por si existe novedad:
|
|
<pre>
|
|
0 18 * * * cd /home/fanta/cpdAlerts/; /usr/bin/bash /home/fanta/cpdAlerts/cpdAlerts.sh --madrid
|
|
0 19 * * * cd /home/fanta/cpdAlerts/; /usr/bin/bash /home/fanta/cpdAlerts/cpdAlerts.sh --clamancha
|
|
|
|
</pre>
|