Skip to content

Instantly share code, notes, and snippets.

@swaters86
Created September 29, 2014 21:12
Show Gist options
  • Save swaters86/a2c2a489dcfecd940ecb to your computer and use it in GitHub Desktop.
Save swaters86/a2c2a489dcfecd940ecb to your computer and use it in GitHub Desktop.
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