Sha256: 9017b70f35ef8e4d522bafc17c41ee95adf7c108a3c8d1e25f4090f83d92ccb0
Contents?: true
Size: 393 Bytes
Versions: 2
Compression:
Stored size: 393 Bytes
Contents
#!/usr/bin/env ruby # Set the path for the libraries and the installation directory ADARWIN_DIR = File.dirname(__FILE__) + '/../' lib_dir = File.join(ADARWIN_DIR,'lib') $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir) # Load the libraries require 'castaddon.rb' require 'adarwin.rb' # Run the main function adarwin = Adarwin::Engine.new adarwin.process adarwin.write_output
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bones-compiler-1.6.0 | bin/adarwin |
bones-compiler-1.3.1 | bin/adarwin |