aaron@mccarthy:~/contact.sh

#!/usr/bin/env bash

# Contact information — reach out anytime.

# make executable (metaphorically): chmod +x contact.sh  · exit code intended: 0

export NAME="Aaron McCarthy"
export LOCATION="North Florida"
export EMAIL="aaron@aaronmccarthy.com"
export WEBSITE="aaronmccarthy.com"

# Business inquiries welcome.

export BUSINESS="Avtek Designs, Inc."
export ROLE="Owner"
export STATUS="Accepting new clients"
export SERVICES="Web Apps, Mobile Apps, Internal Tools, IT Consulting, Migration"
export SITE="avtekdesigns.com"

# Send me a message:

$ mail -s "Hello from the internet" aaron@aaronmccarthy.com

# The best way to reach me is email.
# I typically respond within 24 hours.
# Feel free to reach out about anything — tech, projects, or just to say hello.