bin/figlet-out @ e3f758e82529

maor
author Steve Losh <steve@stevelosh.com>
date Wed, 20 May 2015 22:05:20 -0400
parents 68b8d179f0d4
children (none)
#!/usr/bin/env bash

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