Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Pass command line args when calling run_local.bat #109

Merged
merged 2 commits into from
Feb 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SignallingWebServer/platform_scripts/cmd/run_local.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pushd "%~dp0"
title Cirrus

@Rem Run setup to ensure we have node and cirrus installed.
call setup.bat
call setup.bat %*

@Rem Move to cirrus directory.
pushd ..\..
Expand Down