Files
2013-01-20 21:32:27 -05:00

1 line
66 B
PowerShell

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