bin/figlet-out @ 68b8d179f0d4

update
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jul 2013 15:52:00 -0400
parents (none)
children (none)
#!/usr/bin/env bash

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