mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
forgot to add variables to RSS generator
This commit is contained in:
parent
76331385ac
commit
58d706a40e
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
RSSMODE=
|
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
|
while getopts r name
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Reference in a new issue