Files
scripts/testing/Args-Test.ps1
2025-10-03 21:48:06 -05:00

3 lines
62 B
PowerShell

$Arg1 = $args[0]
$Arg2 = $args[1]
Write-Host "$Arg1 and $Arg2"