# check for root
if [ "$EUID" -ne 0 ]
  then echo "Please run as root"
  exit
fi

bash cloudflare/create_email_dns.sh
