Sha256: f907b11ccc4c324563590a0f0da4dcd8b270e35e22f4ce430e09f710a35702c4
Contents?: true
Size: 224 Bytes
Versions: 19
Compression:
Stored size: 224 Bytes
Contents
#!/usr/bin/env ruby require "rubygems" require "pathname" bin_file = Pathname.new(__FILE__).realpath # add self to libpath $:.unshift File.expand_path("../../lib", bin_file) require 'factor' Factor::CLI::FactorTask.start
Version data entries
19 entries across 19 versions & 1 rubygems