bin/figlet-out @ 4e6f3d36c241

highligh on lines with three or more instances of profanity
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jun 2014 11:39:16 -0700
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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