bin/figlet-out @ a73d2867d4e0

git review
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jun 2014 10:37:43 -0700
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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