RosettaCodeData/Task/Program-name/PowerShell/program-name.psh
2023-07-01 13:44:08 -04:00

3 lines
90 B
Text

# write this in file <program.ps1>
$MyInvocation.MyCommand.Name
# launch with <.\program>