github.com/hy3/cuto@v0.9.8-0.20160830082821-aa6652f877b7/servant/job/_testdata/jobscript/job.ps1 (about)

     1  Param($a, [int] $b, [switch] $z)
     2  "`$a is $a"
     3  "`$b is $b"
     4  "`$z is $z"