bin/figlet-out @ f13a2b1ddedf

Do some horrifying things with lisp folding
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Apr 2016 18:06:03 +0000
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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