-
-
Save EssenceSentry/7b124c93c01ad419a855bea3d29dd790 to your computer and use it in GitHub Desktop.
Download github README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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