opnsense-src/contrib/libcbor/misc/repeat.rb
Ed Maste f55904f2f6 Import libcbor at 'contrib/libcbor/'
git-subtree-dir: contrib/libcbor
git-subtree-mainline: 293663f4da
git-subtree-split: 5b2defbd2a
(cherry picked from commit 10ff414c14)
2022-02-09 16:23:53 -05:00

3 lines
89 B
Ruby
Executable file

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