Skip to content

Instantly share code, notes, and snippets.

@codykonior
Last active April 16, 2019 06:20
Show Gist options
  • Save codykonior/29bdaa04eb8aaa7e0d740f78ecd2a777 to your computer and use it in GitHub Desktop.
Save codykonior/29bdaa04eb8aaa7e0d740f78ecd2a777 to your computer and use it in GitHub Desktop.
Download all of the historic Infocom source code from git
(ConvertFrom-Json (Invoke-WebRequest "https://api.github.com/users/historicalsource/repos?page=1&per_page=100").Content).clone_url | ForEach-Object { &git clone $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment