commit 54122e079b27602fe13d3d2a869d611183188b8d Author: Mindfang Date: Wed Jul 17 10:59:57 2024 -0500 Playing with module imports diff --git a/HelperFunctions/test.ps1 b/HelperFunctions/test.ps1 new file mode 100644 index 0000000..90ed86c --- /dev/null +++ b/HelperFunctions/test.ps1 @@ -0,0 +1,5 @@ +# Testing to see if a function can be imported via URL + +function Show-ThisWorks { + Write-Host "This works!" +} \ No newline at end of file