summary refs log tree commit diff stats
path: root/swag/etc-config-swag/www
diff options
context:
space:
mode:
authorBiRabittoh <birabittoh@tilde.institute>2023-07-11 17:10:00 +0200
committerBiRabittoh <birabittoh@tilde.institute>2023-07-11 17:10:00 +0200
commit69e4666dc46c30cdef0f05173d808e4770b9d59c (patch)
tree8fe3581151d2cb510231d1b1dceac9a18c9ec37d /swag/etc-config-swag/www
parentde848da740fbe6af189654acda9c3afae8023b25 (diff)
downloadmy-docker-compose-69e4666dc46c30cdef0f05173d808e4770b9d59c.tar.gz
add services and submodule
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