xref: /freebsd/contrib/libcbor/misc/seq.rb (revision 10ff414c14eef433d8157f0c17904d740693933b)
1*10ff414cSEd Maste#!/usr/bin/env ruby
2*10ff414cSEd Maste
3*10ff414cSEd MasteInteger($*[0]).times {|i| print "0x%02X, " % ((Integer($*[1]) + i) % 0xFF) }
4