Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XKCD
1.4.48
xkcd.psm1
'Public'
,
'Private'
|
ForEach-Object
{
If
(
Test-Path
"$PSScriptRoot\$_\"
)
{
#Load functions
@(
Get-ChildItem
-Path
"$PSScriptRoot\$_\*.ps1"
)
|
ForEach-Object
{
.
$_
.
FullName
}
}
}