#!/usr/bin/ruby.ruby3.4 

require "guard"

begin
  require "guard/aruba_adapter"
rescue LoadError => e
  abort "#{e.inspect} - perhaps you need to run using `bundle exec`?"
end

Guard::ArubaAdapter.new(ARGV.dup).execute!
