dc84e832fade
more fuckery
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 24 Feb 2014 12:42:57 -0500 |
parents | a71a9f4b59fd |
children | 4811a2814b49 0a515c6eb4c4 |
branches/tags | (none) |
files | README.markdown bin/figlet-find-font |
Changes
--- a/README.markdown Mon Feb 24 12:41:26 2014 -0500 +++ b/README.markdown Mon Feb 24 12:42:57 2014 -0500 @@ -1,4 +1,4 @@ -``` +```text _ _ __ _ _ __ _ _ (_) | / /| | | | / _(_) | ___ _| | / /_| | ___ | |_| |_ _| | ___ ___
--- a/bin/figlet-find-font Mon Feb 24 12:41:26 2014 -0500 +++ b/bin/figlet-find-font Mon Feb 24 12:42:57 2014 -0500 @@ -1,3 +1,3 @@ #!/usr/bin/env bash -ls /usr/local/share/figlet/fonts/ | grep -e 'fl[fc]' | xargs -J FONT -n1 figlet-out FONT "$@" +ls /usr/local/share/figlet/fonts/ | grep -e 'fl[fc]' | xargs -J FONT -n1 figlet-out FONT "$@" | less