bin/figlet-out @ b2304dc0850c

Add ipython/profile_default/history.sqlite to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2015 10:26:30 +0000
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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