#!/bin/bash

set -e
set -o pipefail

echo $(od -w10000 -A none -t u1 ../zephyr/blobs/zx81font.rom) \
	| tr ' ' ',' > $1
