| ... | ... |
@@ -0,0 +1,4 @@ |
| 1 |
+#!/bin/bash |
|
| 2 |
+rm -f config.json |
|
| 3 |
+ln -s config.json.cache config.json |
|
| 4 |
+./newsProxy |
| ... | ... |
@@ -0,0 +1,4 @@ |
| 1 |
+#!/bin/bash |
|
| 2 |
+rm -f config.json |
|
| 3 |
+ln -s config.json.nocache config.json |
|
| 4 |
+./newsProxy |