#!/usr/bin/env ruby

# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path('../lib', __dir__)

require 'umarell'

$stdout.sync = true

Umarell::CLI.new.run
