Skip to content

Instantly share code, notes, and snippets.

@CN-CODEGOD
Created January 13, 2025 02:59
Show Gist options
  • Save CN-CODEGOD/e143247861647189a116cc526b14a088 to your computer and use it in GitHub Desktop.
Save CN-CODEGOD/e143247861647189a116cc526b14a088 to your computer and use it in GitHub Desktop.
Powershell public import for module
foreach ($file in Get-ChildItem "Private", "Public") {
. $file.FullName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment