From 7ed3d78c6a89de38133abb70520b88a6d03916bd Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 21 Jun 2022 10:07:58 -0500 Subject: [PATCH] Init --- README.md | 0 contactcard | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 README.md create mode 100755 contactcard diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/contactcard b/contactcard new file mode 100755 index 0000000..7f8b0cf --- /dev/null +++ b/contactcard @@ -0,0 +1,41 @@ +#!/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 <