bin/figlet-out @ 9526210d90d0

I live in Iceland now lol
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2015 10:26:17 +0000
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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