Showing 2 changed files with 8 additions and 0 deletions
+4
start-cache.sh
... ...
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+rm -f config.json
3
+ln -s config.json.cache config.json
4
+./newsProxy
+4
start-nocache.sh
... ...
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+rm -f config.json
3
+ln -s config.json.nocache config.json
4
+./newsProxy