Browse Source

Updated tooling to include section for Twitch links

main
Soothspider 4 weeks ago
parent
commit
8dde604059
  1. 1
      tools/twitch_generate_readme.sh

1
tools/twitch_generate_readme.sh

@ -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

Loading…
Cancel
Save