Files
gtav-src/tools_ng/lib/util/Assetbuilder/assetbuilder_run_command.rb
T
2025-09-29 00:52:08 +02:00

24 lines
764 B
Ruby
Executable File

#
# File:: assetbuilder_run_command.rb
# Description::
#
# Author:: Derek Ward <derek.ward@rockstarnorth.com> David Muir <david.muir@rockstarnorth.com>
# Date:: 07 June 2010
#
#-----------------------------------------------------------------------------
# Uses
#-----------------------------------------------------------------------------
require "source/builder/shell/console"
include Assetbuild::Builder::Shell
#-----------------------------------------------------------------------------
# Implementation
#-----------------------------------------------------------------------------
if ( __FILE__ == $0 and ARGV.length > 0 ) then
console = Console.new( )
console.run_command( ARGV.join(" ") )
end
# assetbuilder_run_command.rb