summary refs log tree commit diff stats
path: root/swag/etc-config-swag/www
diff options
context:
space:
mode:
Diffstat (limited to 'swag/etc-config-swag/www')
-rwxr-xr-xswag/etc-config-swag/www/rss/update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/swag/etc-config-swag/www/rss/update.sh b/swag/etc-config-swag/www/rss/update.sh
new file mode 100755
index 0000000..0edd021
--- /dev/null
+++ b/swag/etc-config-swag/www/rss/update.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+LINK=https://raw.githubusercontent.com/tontof/kriss_feed/master/
+FILENAME=index.php
+
+wget -O $(dirname "$0")/$FILENAME $LINK$FILENAME