Skip to content

Instantly share code, notes, and snippets.

@XIIIVI
Created May 28, 2020 08:34
Show Gist options
  • Save XIIIVI/c5a57c84836ee6c9d34b594ef7a4c27e to your computer and use it in GitHub Desktop.
Save XIIIVI/c5a57c84836ee6c9d34b594ef7a4c27e to your computer and use it in GitHub Desktop.
...
#
# banner
# - param1: the text to display
#
banner() {
local MESSAGE=${1}
echo -e "${GREEN}"
figlet -f small ${MESSAGE}
echo -e "${RESET_COLOR}"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment