#!/usr/bin/env bash ############################################### # Write a nice business card on the terminal. # ############################################### blue="$(tput setaf 4)" bold="$(tput bold)" cyan="$(tput setaf 6)" dim="$(tput dim)" green="$(tput setaf 2)" magenta="$(tput setaf 5)" red="$(tput setaf 1)" reset="$(tput sgr0)" underline="$(tput smul)" yellow="$(tput setaf 3)" cat <