Title now snatched from index.html file

This commit is contained in:
2025-07-05 12:23:28 -04:00
parent 78a92ebad8
commit 948ba4ca0d

3
rss.sh
View File

@ -39,8 +39,7 @@ done
shopt -u extglob shopt -u extglob
printf 'Title of blog post:\n' TITLE="$(cat "${WEBROOT}/${LINK}/index.html" | grep -A1 '<title>' | grep '\[' | sed 's|.*\[ ||g; s| \| easthighNerd \].*||')"
read -r TITLE
printf 'Description of blog post:\n' printf 'Description of blog post:\n'
read -r DESCRIPTION read -r DESCRIPTION