Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
# ARGV[0] should point to the "Raw" directory
# ARGV[1] should point to the "Enhanced" directory
if !ARGV[0] or !ARGV[1]
puts "You must specify the raw and enhanced directories. Try again!"
exit
end