File size: 251 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # UnixSocket Module
A PowerShell module for managing the UnixSocket App.
## Running UnixSocket
```powershell
Import-Module .\build.psm1
Publish-PSTestTools
$Listener = Start-UnixSocket
```
## Stopping UnixSocket
```powershell
Stop-UnixSocket
```
|