#!/usr/bin/env ruby
# frozen_string_literal: true

require 'bootsnap/cli'
exit Bootsnap::CLI.new(ARGV).run
