1*10ff414cSEd Maste#!/usr/bin/env ruby 2*10ff414cSEd Maste 3*10ff414cSEd Maste(Integer($*[0])..Integer($*[1])).each {|i| puts "case 0x%02X:" % i} 4