bin/figlet-find-font @ 0856b1d8b0c3

mor
author Steve Losh <steve@stevelosh.com>
date Mon, 04 Nov 2013 10:33:01 -0500
parents 68b8d179f0d4
children dc84e832fade
#!/usr/bin/env bash

ls /usr/local/share/figlet/fonts/ | grep -e 'fl[fc]' | xargs -J FONT -n1 figlet-out FONT "$@"