Created
July 9, 2023 13:50
-
-
Save bellons91/7445d8d9259bb650f7770ecbadc89a4d to your computer and use it in GitHub Desktop.
Open same URL in multiple browsers
This file contains 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
$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