Sha256: ece7dbb5ad2ac9701f8ff2ab4044dd06897a02d99deac46706ea09221a8b215b

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

#!/usr/bin/env ruby
require "pathname"
require "bundler"
Bundler.require

bin_file = Pathname.new(__FILE__).realpath
# add self to libpath
$:.unshift File.expand_path("../../lib", bin_file)

require 'gush'

Gush::CLI.start(ARGV)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gush-0.0.1 bin/gush