PSTree.psm1

Get-ChildItem $PSScriptRoot -Filter *.ps1 -Recurse | ForEach-Object { . $_.FullName }