12 lines
523 B
Bash
12 lines
523 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
repdest="/var/www/website/backends"
|
||
|
|
||
|
wget -O $repdest/xml/foreverlovingjah.rss http://www.foreverlovingjah.cannaweb.ch/backend.php
|
||
|
wget -O $repdest/xml/cannabistrot.rss http://www.cannabistrot.net/zal/backend.xml
|
||
|
#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/cannabis.date.txt
|