Sha256: 86167f509620eaf2915ed767f8332052f38ab964b6b623bb1d86ef9afe728ffd

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# add lib to libpath (only needed when running from the sources)
require 'pathname'
lib_path = File.expand_path('../../lib', Pathname.new(__FILE__).realpath)
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)

STDOUT.sync = true

require 'gmortar'
Gmortar::RootCommand.run

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gmortar-0.2.0 exe/gmortar
gmortar-0.1.1 exe/gmortar
gmortar-0.1.0 exe/gmortar