forgot to add variables to RSS generator

This commit is contained in:
/dev/urandom 2022-02-05 20:15:52 +03:00
parent 76331385ac
commit 58d706a40e

View file

@ -1,6 +1,9 @@
#!/bin/bash
RSSMODE=
RSSTITLE="rnd's blog"
BASEURL="https://devurandom.xyz"
RSSDESC="Feed of all the new articles in the blog section of rnd's website"
while getopts r name
do