#!/bin/bash export GREEN='\033[0;32m' export RED='\033[0;31m' export WHITE='\033[0;37m' export NORMAL='\033[0m'