| # 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 | |
| ``` | |
| # 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 | |
| ``` | |