16 lines
1 KiB
Bash
Executable file
16 lines
1 KiB
Bash
Executable file
#!/bin/sh
|
|
|
|
repdest="/var/www/website/webnews/modules/backends"
|
|
|
|
wget -O $repdest/html/jdnet_acteurs.html http://solutions.journaldunet.com/fils/sommaire_acteurs.shtml
|
|
wget -O $repdest/html/jdnet_btob.html http://solutions.journaldunet.com/fils/sommaire_btob.shtml
|
|
wget -O $repdest/html/jdnet_relationclient.html http://solutions.journaldunet.com/fils/sommaire_relationclient.shtml
|
|
wget -O $repdest/html/jdnet_reseaux.html http://solutions.journaldunet.com/fils/sommaire_reseaux.shtml
|
|
wget -O $repdest/html/jdnet_securite.html http://solutions.journaldunet.com/fils/sommaire_securite.shtml
|
|
wget -O $repdest/html/jdnet_etudes.html http://solutions.journaldunet.com/fils/sommaire_etudes.shtml
|
|
wget -O $repdest/html/jdnet_ll.html http://solutions.journaldunet.com/fils/sommaire_linux.shtml
|
|
wget -O $repdest/html/jdnet_france.html http://solutions.journaldunet.com/fils/sommaire_bref.shtml
|
|
wget -O $repdest/html/jdnet_int.html http://solutions.journaldunet.com/fils/sommaire_bref_international.shtml
|
|
date +"(MAJ %d %b %Y @ %H:%M)">$repdest/jdnet.date.txt
|
|
|
|
|