Created
January 13, 2025 02:59
-
-
Save CN-CODEGOD/e143247861647189a116cc526b14a088 to your computer and use it in GitHub Desktop.
Powershell public import for module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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