Sha256: ef3187050bd30cbd3f74ae853c3923fdca8a1460274289dfc5cab19c7b119bb9
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "pathname" ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", Pathname.new(__FILE__).realpath) require "rubygems" require "dphil/cli" exit Dphil::CLI.run(ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dphil-0.1.4 | exe/dphil |