Created
September 29, 2014 21:12
-
-
Save swaters86/a2c2a489dcfecd940ecb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| set clustercode=%1 | |
| set environments_string=%2 | |
| for /f "tokens=*" %%a in (%environments_string%) do ( | |
| set environments=%%a | |
| ) | |
| for %%b in (%environments%) do ( | |
| echo %%b | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment