#!/bin/sh blocks=55 offset=2 # 0 for manufacturer ID (0x89) hex() { ( echo obase=16; echo $1; ) | bc -q } ( cat <