Skip to content

Instantly share code, notes, and snippets.

@urain39
Created January 27, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urain39/6f0f9eb50b6021d9aedb1f287f5eb9e4 to your computer and use it in GitHub Desktop.
Save urain39/6f0f9eb50b6021d9aedb1f287f5eb9e4 to your computer and use it in GitHub Desktop.
figlet ASCII font to shell or other script.
figlet $@ | sed -n -e 's/\\/\\\\/g;s/`/\\`/g;p' \
| awk '{ printf "echo \"%s\";\n", $0 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment