Sha256: ca2f23f0482ea5028383f6e6c8b38cea31b5c8e495d89b2f7d9e6e8702856ccc

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

#!/usr/bin/env ruby

begin
  require "bundler/setup"
rescue LoadError
end

begin
  require 'runby_pace'
rescue LoadError
  require_relative '../lib/runby_pace'
end

cli = Runby::Cli.new(ARGV)
exit cli.run

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
runby_pace-0.61.155 bin/runbypace
runby_pace-0.61.154 bin/runbypace
runby_pace-0.61.153 bin/runbypace