Unset shell option extglob

This commit is contained in:
2025-07-05 12:01:15 -04:00
parent c312c36553
commit 78a92ebad8

2
rss.sh
View File

@ -37,6 +37,8 @@ do
esac esac
done done
shopt -u extglob
printf 'Title of blog post:\n' printf 'Title of blog post:\n'
read -r TITLE read -r TITLE