Skip to content

Instantly share code, notes, and snippets.

@trevor-atlas
Created August 24, 2018 19:53
Show Gist options
  • Save trevor-atlas/d42095b57595c488e16ac189ab45c2e4 to your computer and use it in GitHub Desktop.
Save trevor-atlas/d42095b57595c488e16ac189ab45c2e4 to your computer and use it in GitHub Desktop.
banner 'yes' 'thumbsup'
banner() {
figlet -f banner "$1" | sed -e "s/#/:${2}:/g" | sed -e 's/ /:blank:/g' | pbcopy
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment