... | ... |
@@ -0,0 +1,8 @@ |
1 |
+#!/bin/bash |
|
2 |
+cd /var/www/html/news/sources |
|
3 |
+php news-lemonde.fr.php > lemonde.html 2> /dev/null |
|
4 |
+php news-liberation.fr.php > liberation.html 2> /dev/null |
|
5 |
+php news-slate.fr.php > slatefr.html 2> /dev/null |
|
6 |
+php news-vice.fr.php > vicefr.html 2> /dev/null |
|
7 |
+php news-lesinrocks.fr.php > lesinrocks.html 2> /dev/null |
|
8 |
+ |
... | ... |
@@ -1,9 +0,0 @@ |
1 |
-#!/bin/bash |
|
2 |
-#cd /var/www/html/news/sources |
|
3 |
-cd /var/www/news/sources |
|
4 |
-php news-lemonde.fr.php > lemonde.html 2> /dev/null |
|
5 |
-php news-liberation.fr.php > liberation.html 2> /dev/null |
|
6 |
-php news-slate.fr.php > slatefr.html 2> /dev/null |
|
7 |
-php news-vice.fr.php > vicefr.html 2> /dev/null |
|
8 |
-php news-lesinrocks.fr.php > lesinrocks.html 2> /dev/null |
|
9 |
- |
|
... | ... |
@@ -0,0 +1 @@ |
1 |
+gennews.jessie.sh |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+#!/bin/bash |
|
2 |
+cd /var/www/news/sources |
|
3 |
+php news-lemonde.fr.php > lemonde.html 2> /dev/null |
|
4 |
+php news-liberation.fr.php > liberation.html 2> /dev/null |
|
5 |
+php news-slate.fr.php > slatefr.html 2> /dev/null |
|
6 |
+php news-vice.fr.php > vicefr.html 2> /dev/null |
|
7 |
+php news-lesinrocks.fr.php > lesinrocks.html 2> /dev/null |
|
8 |
+ |