Onyxl's picture
Upload 2661 files
8c763fb verified
# 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
```