Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created December 22, 2016 17:02
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/70e0191378bafdb038c1b9771665053a to your computer and use it in GitHub Desktop.
Save jonathanmedd/70e0191378bafdb038c1b9771665053a to your computer and use it in GitHub Desktop.
Open Lego Instructions in browser
Get-BricksetSet -SetNumber 7199-1 | Get-BricksetSetInstructions | Select-Object -ExpandProperty url | Foreach-Object {Invoke-Expression “cmd.exe /C start $_”}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment