xref: /freebsd/contrib/libcbor/misc/repeat.rb (revision 10ff414c14eef433d8157f0c17904d740693933b)
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