Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/run.bat
Ben Marsh 0c830ebcdb Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none
#rnx

[CL 4671723 by Ben Marsh in Dev-Build branch]
2018-12-20 08:33:57 -05:00

16 lines
268 B
Batchfile

:: Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Cirrus
::Run node server
::If running with frontend web server and accessing outside of localhost pass in --publicIp=<ip_of_machine>
node cirrus %*
popd
pause