#!/usr/bin/ruby

# A simple tool to prepend magic '# frozen_string_literal: true' comments to multiple ".rb" files

require_relative '../lib/add_magic_comment'

AddMagicComment.process(ARGV)
