Sha256: ebace19d79dd8dea27bba4f9c1312b688848d43c96cd02fda28900dea40ffa75

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

#!/usr/bin/env ruby

lib_path = File.expand_path(File.dirname(__FILE__) + '/../lib')
$LOAD_PATH << lib_path if File.exist?(lib_path) && !$LOAD_PATH.include?(lib_path)

require 'shhh'

Shhh::App::CLI.new(ARGV.dup).run

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shhh-1.4.1 exe/shhh
shhh-1.4.0 exe/shhh
shhh-1.3.0 exe/shhh