Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
belt
0.5.2
Belt.psm1
# Load all of the scripts under .\Belt\ manually.
Get-ChildItem
-Path
$PSScriptRoot\Belt\*.ps1
|
ForEach-Object
{
.
$_
.
FullName
}