11 lines
477 B
Bash
Executable file
11 lines
477 B
Bash
Executable file
#!/bin/sh
|
|
|
|
repdest="/var/www/website/backends"
|
|
|
|
wget -O $repdest/xml/nexus.rss http://www.nexus-medical.org/backend.rdf
|
|
wget -O $repdest/xml/thera.rss http://thera.info/backend.php
|
|
#wget -O $repdest/html/sante_gouv.html http://www.sante.gouv.fr
|
|
#wget -O $repdest/rdf/imedecin.rss http://www.imedecin.com/backend.php
|
|
# wget -O $repdest/rdf/medecin.ch.rss http://www.staron.org/backend.php
|
|
|
|
date +"(MAJ %d %b %Y @ %H:%M)">/var/www/website/webnews/modules/backends/sante.date.txt
|