Sha256: a71ef19215a89a2f031223d805093c84cbe7fc95d088dcd7ee79f07929cadfb7

Contents?: true

Size: 342 Bytes

Versions: 10

Compression:

Stored size: 342 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib]))
require 'eye'

# Local version of eye
#  which looking for Eyefile
#  like foreman

unless Eye::Local.eyefile
  puts "Not found Eyefile"
  exit 1
end

Eye::Local.dir = File.dirname(Eye::Local.eyefile)
Eye::Local.local_runner = true
Eye::Cli.start

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
eye-0.6.3 bin/leye
eye-0.6.2 bin/runner
eye-0.6.2.pre bin/runner
ace-eye-0.6.5 bin/runner
ace-eye-0.6.4 bin/runner
eye-0.6.1 bin/runner
ace-eye-0.6.3 bin/runner
ace-eye-0.6.2 bin/runner
ace-eye-0.6.1 bin/runner
eye-0.6 bin/runner