Created
June 26, 2023 13:19
-
-
Save fslef/9ea1333ecdc707b7f9e670d798f5e8d3 to your computer and use it in GitHub Desktop.
This file contains 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
# # Import the DotFiles | |
$helpersPath = Join-Path $PSScriptRoot "helpers" | |
Get-ChildItem -Path $helpersPath -Filter *.ps1 | ForEach-Object { . $_.FullName } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment