From 78a92ebad840620fcfbaa6ddd4ab8709324eff84 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Sat, 5 Jul 2025 12:01:15 -0400 Subject: [PATCH] Unset shell option extglob --- rss.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rss.sh b/rss.sh index d516053..404df4a 100755 --- a/rss.sh +++ b/rss.sh @@ -37,6 +37,8 @@ do esac done +shopt -u extglob + printf 'Title of blog post:\n' read -r TITLE