Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSBlueSky
1.1.0
PSBlueSky.psm1
#region Main
Get-ChildItem
-path
$PSScriptRoot\functions\*.ps1
|
ForEach-Object
{
.
$_
.
FullName
}
#define a module scoped variable
$PDSHOST
=
'https://bsky.social'
#endregion