bin/figlet-out @ 25ffd1bd1092

Update mutt config.
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2015 10:26:05 +0000
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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