Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created December 22, 2016 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/931fdc44f12a9b047c6565c3bf0d90b1 to your computer and use it in GitHub Desktop.
Save jonathanmedd/931fdc44f12a9b047c6565c3bf0d90b1 to your computer and use it in GitHub Desktop.
Download Theme Instructions
Get-BricksetSet -Theme 'Indiana Jones' | Get-BricksetSetInstructions | Select-Object -ExpandProperty url | ForEach-Object {$file = ($_.split('/'))[-1]; Start-BitsTransfer -Source $_ -Destination "C:\Users\Jonathan\Documents\Instructions\IndianaJones\$file"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment