#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH.unshift File.expand_path("#{File.dirname(__FILE__)}/../lib") require 'hard_worker' HardWorker.new(connect: true)