Sha256: cfef94b5d4f583f7886d5f185ba47418272ea8f97a8424beb9a5cf28cad142cb

Contents?: true

Size: 417 Bytes

Versions: 16

Compression:

Stored size: 417 Bytes

Contents

#!/usr/bin/env ruby

begin
  require 'corl'

  # Set version info

  module Nucleon; module Util; module CLI
  class Parser
    def version
      version = CORL.VERSION
      "CORL: #{version}  (Apache License, Version 2.0)  --  https://github.com/coralnexus/corl/tree/v#{version}"  
    end
  end
  end; end; end

  # Execute

  exit(CORL.executable(ARGV, :corl))

rescue Interrupt
  exit(CORL.interrupt_handler)
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
corl-0.5.18 bin/corl
corl-0.5.17 bin/corl
corl-0.5.16 bin/corl
corl-0.5.15 bin/corl
corl-0.5.14 bin/corl
corl-0.5.13 bin/corl
corl-0.5.12 bin/corl
corl-0.5.11 bin/corl
corl-0.5.10 bin/corl
corl-0.5.9 bin/corl
corl-0.5.8 bin/corl
corl-0.5.7 bin/corl
corl-0.5.6 bin/corl
corl-0.5.5 bin/corl
corl-0.5.4 bin/corl
corl-0.5.3 bin/corl