This commit is contained in:
C
2023-01-17 13:18:51 +05:00
parent 58443f889b
commit 236967e7d2
113 changed files with 14573 additions and 0 deletions
@@ -0,0 +1,27 @@
#!/bin/bash
# Copyright Epic Games, Inc. All Rights Reserved.
BASH_LOCATION=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pushd "${BASH_LOCATION}" > /dev/null
source common_utils.sh
set_start_default_values # No server specific defaults
use_args "$@"
call_setup_sh
process="${BASH_LOCATION}/node/lib/node_modules/npm/bin/npm-cli.js run start:default --"
pushd ../.. > /dev/null
echo ""
echo "Starting (S)elective (F)orwarding (U)nit use ctrl-c to exit"
echo "-----------------------------------------"
echo ""
PATH="${BASH_LOCATION}/node/bin:$PATH"
start_process $process
popd > /dev/null # ../..
popd > /dev/null # BASH_SOURCE