Skip to content

Instantly share code, notes, and snippets.

@jrich523
Created March 18, 2019 16:49
Show Gist options
  • Save jrich523/4b0388c66710bf427e56bf086db4571a to your computer and use it in GitHub Desktop.
Save jrich523/4b0388c66710bf427e56bf086db4571a to your computer and use it in GitHub Desktop.
$paths = foreach($c in $class){
$p = Join-Path $base (join-path $c "apps")
foreach($a in $app){
$p = join-path $p $a
foreach($e in $env){
Join-Path $p $e
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment