1*10ff414cSEd Maste#!/usr/bin/env ruby 2*10ff414cSEd Maste 3*10ff414cSEd Masteputs $*[0][2..-1].split('').each_slice(2).map {|_| '0x%02X' % _.join.to_i(16) }.join(', ') 4