Files
2015-11-05 10:34:26 -05:00

2 lines
67 B
PowerShell

Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}