Files
PublicScripts/HelperFunctions/test.ps1
2024-07-17 10:59:57 -05:00

5 lines
112 B
PowerShell

# Testing to see if a function can be imported via URL
function Show-ThisWorks {
Write-Host "This works!"
}