Skip to content

Instantly share code, notes, and snippets.

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 hbulens/8a45e314a94889edeac26e6f57f342e6 to your computer and use it in GitHub Desktop.
Save hbulens/8a45e314a94889edeac26e6f57f342e6 to your computer and use it in GitHub Desktop.
$configFiles = Get-ChildItem . *.js -rec
foreach ($file in $configFiles)
{
Write-Host $file.Name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment