powerslim
Version:
An implementation of FitNesse Slim in PowerShell
11 lines (7 loc) • 362 B
Plain Text
!define Lab (@{id='ami-00db570a'; type='m1.small'; name='localhost'}, @{id='ami-00db570b'; type='m1.small'; name='localhost:36'})
-!|script|
|eval|$server36 = start-process PowerShell "-ExecutionPolicy unrestricted -file .\slim.ps1 36 server" -PassThru|
|script|Remote|${Lab} !-|-! % {$_.name}|
|check|eval|2+2|4|
-!|script|
|eval|$server36.Kill()|