From ef17bf01e7471f27c93d3080e80adf228569a924 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 30 Apr 2021 08:39:48 -0500 Subject: Fix both scripts not using the right ws ports given --- start.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'start.ps1') diff --git a/start.ps1 b/start.ps1 index a6f26dc..4927da6 100644 --- a/start.ps1 +++ b/start.ps1 @@ -3,6 +3,7 @@ param ( [Parameter(Mandatory=$true)][int]$w, [switch]$h ) +$w-- if ($h) { Write-Output "Usage:" Write-Output "-s (Server port)" -- cgit v1.2.3