bin/figlet-out @ 0856b1d8b0c3

mor
author Steve Losh <steve@stevelosh.com>
date Mon, 04 Nov 2013 10:33:01 -0500
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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