Skip to content

Instantly share code, notes, and snippets.

@bellons91
Created July 9, 2023 13:50
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 bellons91/7445d8d9259bb650f7770ecbadc89a4d to your computer and use it in GitHub Desktop.
Save bellons91/7445d8d9259bb650f7770ecbadc89a4d to your computer and use it in GitHub Desktop.
Open same URL in multiple browsers
$entity ="team-logo";
$id="nba@2020@3425";
$devEnv ="https://host-import-api.sinclair-test.deltatre.digital/api/Editorial";
$localEnv ="https://localhost:44317/api/Editorial";
Invoke-Expression “cmd.exe /C start $($devEnv)/$($entity)/$($id)"
Invoke-Expression “cmd.exe /C start $($localEnv)/$($entity)/$($id)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment