tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

hue (140B)


      1 #!/usr/bin/env ruby
      2 # frozen_string_literal: true
      3 
      4 $LOAD_PATH.unshift File.expand_path('../lib', __dir__)
      5 require 'hue'
      6 
      7 Hue::CLI.run(ARGV)