Sha256: 2fed9e3f65f64ae03f283c11a1c0e8b329d27dfc425be6a0dafdb8b799a48ef2
Contents?: true
Size: 321 Bytes
Versions: 12
Compression:
Stored size: 321 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # Automatically run with bundler. # current_path = File.expand_path(".") binstub_path = File.join(current_path, "bin/pakyow") if !defined?(Bundler) && File.exist?(binstub_path) exec "#{binstub_path} #{ARGV.join(" ")}" else require "pakyow/cli" Pakyow::CLI.new end
Version data entries
12 entries across 12 versions & 1 rubygems