Files
UnrealEngine/GenerateProjectFiles.command
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
234 B
Bash
Executable File

#!/bin/sh
# Copyright Epic Games, Inc. All Rights Reserved.
#
# Simple wrapper around GenerateProjectFiles.sh using the
# .command extension enables it to be run from the OSX Finder.
sh "$(dirname "$0")"/GenerateProjectFiles.sh "$@"