Skip to content

Instantly share code, notes, and snippets.

@lastguest
Created February 28, 2019 13:56
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 lastguest/9ef579cc2c0af09cb2ae70870532b51e to your computer and use it in GitHub Desktop.
Save lastguest/9ef579cc2c0af09cb2ae70870532b51e to your computer and use it in GitHub Desktop.
How to colorize a banner

How to colorize a banner

(cat banner.txt | lolcat -f | sed -e 's/'$(echo "\033")'/\\033/g' | sed -e 's/^/echo -e "/g' | sed -e 's/$/"/g' > banner.ascii.sh) && source banner.ascii.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment