Files
2020-01-15 14:56:04 -05:00

6 lines
96 B
Ruby

require 'nu/validator'
ARGV.each do |arg|
puts Nu::Validator::parse(open(arg)).root.name
end