commit 7ed3d78c6a89de38133abb70520b88a6d03916bd Author: noah Date: Tue Jun 21 10:07:58 2022 -0500 Init 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 <