Skip to content

Instantly share code, notes, and snippets.

@krry
Last active February 22, 2019 08:25
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 krry/d0738b3e9071e298d7190abf990da584 to your computer and use it in GitHub Desktop.
Save krry/d0738b3e9071e298d7190abf990da584 to your computer and use it in GitHub Desktop.
One-line Random Figlet Font Fortune
brew install figlet coreutils # for OSX
figlet -f $(ls $(brew --prefix figlet)/share/figlet/fonts/ | grep ".flf" | shuf -n 1) "Atmanaut"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment