bin/figlet-find-font @ 6e6277efc27e

Fucking python
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Oct 2017 21:20:31 -0400
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