#!/usr/bin/ruby.ruby2.5 
$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'fasterer/cli'

Fasterer::CLI.execute
