# frozen_string_literal: true

guard :shell do

watch /(.*)/ do
  system "ruby ./gogogo.rb"
end

end