Files
UnrealEngineUWP/Engine/Build/BatchFiles/RunUAT.command

11 lines
300 B
Plaintext
Raw Normal View History

#!/bin/sh
## Copyright Epic Games, Inc. All Rights Reserved.
##
## Unreal Engine 4 AutomationTool setup script
##
## This script uses the .command extenion so that is clickable in
## in the OSX Finder. All it does is call RunUAT.sh which does
## the real work.
exec "`dirname "$0"`"/RunUAT.sh "$@"