#!/usr/bin/env ruby # frozen_string_literal: true require_relative File.join('..', 'lib', 'fix', 'command') Fix::Command.run(*ARGV)