linronghe's picture
Duplicate from fengtt42/U2USim-2
8d4709f verified
raw
history blame contribute delete
283 Bytes
#!/bin/sh
UE_TRUE_SCRIPT_NAME=$(echo \"$0\" | xargs readlink -f)
UE_PROJECT_ROOT=$(dirname "$UE_TRUE_SCRIPT_NAME")
chmod +x "$UE_PROJECT_ROOT/Landscape3/Binaries/Linux/Landscape3-Linux-Shipping"
"$UE_PROJECT_ROOT/Landscape3/Binaries/Linux/Landscape3-Linux-Shipping" Landscape3 "$@"