bin/figlet-out @ c8b7d567fbc1

more
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Dec 2014 16:11:18 -0800
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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