#!/usr/bin/env ruby # encoding: UTF-8 GC.disable $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'fingers' Fingers::CLI.new(ARGV, File.expand_path(__FILE__)).run