Updated tooling to include section for Twitch links

This commit is contained in:
Soothspider
2025-05-12 13:14:58 -07:00
parent abfad48583
commit 8dde604059

View File

@@ -42,6 +42,7 @@ for ((i = 0; i < ${#folders[@]}; i++)); do
echo "Generating stream link: $url"
printf -v contents "${contents}- $url\n"
done
printf -v contents "${contents}\n## Links extracted from Twitch chat"
echo "${contents}" > "${base}/README.md"
done