powerslim
Version:
An implementation of FitNesse Slim in PowerShell
12 lines (9 loc) • 377 B
Plain Text
!|script|
|eval|$server2 = start-process PowerShell "-ExecutionPolicy unrestricted -file .\slim.ps1 37 server" -PassThru|
|eval|$server3 = start-process PowerShell "-ExecutionPolicy unrestricted -file .\slim.ps1 38 server" -PassThru|
|eval|sleep 1|
!|script|remote|localhost:37,localhost:38|
|eval|notepad|
-!|script|
|eval|$server2.Kill()|
|eval|$server3.Kill()|