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

convert \
    -size 165x70 \
    xc:black \
    -font bf \
    -pointsize 4 \
    -fill white \
    -gravity center \
    -draw "text 0,0 '
__          __             __
\ \_________\ \____________\ \___
 \  _ \  _\ _  \  _\ __ \ __\   /
  \___/\__/\__/ \_\ \___/\__/\_\_\
                      Bedrock Linux
'" \
    fontcat-bedrock-bf.png
