Files
UnrealEngine/Engine/Build/BatchFiles/RunUAT.command
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

11 lines
298 B
Bash
Executable File

#!/bin/sh
## Copyright Epic Games, Inc. All Rights Reserved.
##
## Unreal Engine 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 "$@"