Sha256: 28e645cc3b1ee36dd6b15db26e83dec714401b23839f552d45c6fa81143aa8b1
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # frozen_string_literal: true # resolve bin path, ignoring symlinks require 'pathname' bin_file = Pathname.new(__FILE__).realpath # add self to libpath $LOAD_PATH.unshift File.expand_path('../../lib', bin_file) require 'heart_top' HeartTop::CLI.run
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
heart_top-0.3.2 | bin/hearttop |
heart_top-0.3.1 | bin/hearttop |
heart_top-0.3.0 | bin/hearttop |
heart_top-0.2.0 | bin/hearttop |