#!/bin/bash
# Color definition for some bash highlight manipulation
#------------------------------------------------------------------------------
RED='\e[0;31m'
GREEN='\e[0;32m'
NC='\e[0m'
ORANGE='\033[0;33m'
GRAY='\e[0;37m'
FL='\033[0;36m'


#------------------------------------------------------------------------------
