aboutsummaryrefslogtreecommitdiffstats
path: root/start.ps1
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2021-04-30 08:39:48 -0500
committerMatt Strapp <strap012@umn.edu>2021-04-30 08:39:48 -0500
commitef17bf01e7471f27c93d3080e80adf228569a924 (patch)
tree031d91de4d94ac3f7c9e4ae63e24c00467f74ef2 /start.ps1
parentDelete batchfile (diff)
downloadcsci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.tar
csci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.tar.gz
csci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.tar.bz2
csci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.tar.lz
csci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.tar.xz
csci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.tar.zst
csci4511w-ef17bf01e7471f27c93d3080e80adf228569a924.zip
Fix both scripts not using the right ws ports given
Diffstat (limited to 'start.ps1')
-rw-r--r--start.ps11
1 files changed, 1 insertions, 0 deletions
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)"