#!/bin/sh
#this is just an early test, not even proof of concept yet, nothing variablised yet, just testing this one...

convert \
    -size 420x90 \
    xc:black \
    -font nztt \
    -pointsize 5 \
    -fill white \
    -draw "text 0,0 '
__          __             __
\ \_________\ \____________\ \___
 \  _ \  _\ _  \  _\ __ \ __\   /
  \___/\__/\__/ \_\ \___/\__/\_\_\ 
                      Bedrock Linux
'" \
    fontcat-bedrock-nztt.png
