Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created April 17, 2023 19:15
Show Gist options
  • Save KyMidd/a474fa0c9907ce825d5565f3a2da4067 to your computer and use it in GitHub Desktop.
Save KyMidd/a474fa0c9907ce825d5565f3a2da4067 to your computer and use it in GitHub Desktop.
while IFS=$'\n' read -r GH_REPO; do
(Action stuff)
done <<< "$ALL_REPOS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment