bin/figlet-out @ 5c7c7f2d7904

Mote
author Steve Losh <steve@stevelosh.com>
date Mon, 29 Oct 2018 14:01:24 -0400
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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