Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/runNoSetup.bat
Ben Marsh b6605d25ff Update some missing copyright strings.
#rb none
#lockdown Nick.Penwarden

[CL 4668760 by Ben Marsh in Main branch]
2018-12-18 13:38:36 -05:00

14 lines
252 B
Batchfile

:: Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
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