PSFunctionTools.psm1

1
2
3
4
5
6
7

Get-Childitem $PSScriptRoot\functions\*.ps1 -recurse |
Foreach-Object {
. $_.FullName
}