Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 13, 2019 18:11
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 chriskuech/62b762d1580a95a2eee316a836ddc4fb to your computer and use it in GitHub Desktop.
Save chriskuech/62b762d1580a95a2eee316a836ddc4fb to your computer and use it in GitHub Desktop.
Push-Location $RepoRoot
$files = Get-ChildItem . -File -Recurse `
| % FullName `
| ? {$_ -ne $PSCommandPath} `
| Resolve-Path -Relative
Pop-Location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment