bin/figlet-out @ bf8002ba462c

More
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Sep 2023 12:36:31 -0400
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

echo
echo ====================================================================
FONT=$1
echo $FONT
shift
figlet -w 1000 -f $FONT "$@"