Files
nixpkgs/nixos/tests/windmill/powershell.script
T
2025-11-25 15:17:48 +00:00

7 lines
210 B
Plaintext

param($Msg, $Dflt = "default value", [int]$Nb = 3)
# WARN; Cannot download dependency modules from internet during sandbox testing!
# the last line of the stdout is the return value
Write-Output "Hello $Msg"