Skip to content

Instantly share code, notes, and snippets.

@EssenceSentry
Last active September 11, 2020 01:32
Show Gist options
  • Select an option

  • Save EssenceSentry/7b124c93c01ad419a855bea3d29dd790 to your computer and use it in GitHub Desktop.

Select an option

Save EssenceSentry/7b124c93c01ad419a855bea3d29dd790 to your computer and use it in GitHub Desktop.
Download github README.md
for i in $(cat urls); do j="${i%/master/README.md}"; wget -O "${j##*/}.md" "$i"; done
# urls:
# https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/master/README.md
# https://raw.githubusercontent.com/jantic/DeOldify/master/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment