Sha256: 29fcd87529ee8c2a55e465c6ed2ad02952547d744ad9b20a201e72a8465e67e3

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

require 'h'

h = H::Generator.new

if ARGV.first.nil?
  puts h.prompt
else
  puts h.input ARGV.first
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
h-1.1.1 bin/h
h-1.0.1 bin/h
h-1.0.0 bin/h