bin/figlet-find-font @ 68fb1509991b

Happy New Year
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jan 2017 12:58:36 +0000
parents dc84e832fade
children f97cbfe06fde
#!/usr/bin/env bash

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