bin/figlet-out @ 736aa6c737d4

unnecessary key
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Jan 2014 11:50:20 -0500
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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