Osiris.psm1

foreach ($powershellscript in (Get-ChildItem -File -Recurse -LiteralPath $PSScriptRoot -Filter *.ps1)) { 
    . $powershellscript
}