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

loop do
  sleep 0.1
end
