Sha256: 0bbb4f5ceaff1d7b0c24b6782966b4d605ddf2dac17e76eeb805c3147305fbfb

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) unless $:.include? File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))
require "aetherg"

if ARGV[0] == "--version" || ARGV[0] == "-v"
  puts "Aetherg v#{Aetherg::VERSION}(#{Aetheg::BUILD})"
  exit
end

Aetherg::Generator.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aetherg-0.3.1 bin/aetherg