Sha256: aaabdbd29747c07b0c7a52ee0b858e570e05c69cce08796f5162842b115a124d

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

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

# resolve bin path, ignoring symlinks
require "pathname"
bin_file = Pathname.new(__FILE__).realpath

# add self to libpath
$:.unshift File.expand_path("../../lib", bin_file)

require 'heart_top'
HeartTop::CLI.run(*ARGV)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
heart_top-0.1.1 bin/hearttop
heart_top-0.1.0 bin/hearttop