ยง2024-10-31
export AUT_SAFETY=true
AUT_HOSTNAME=`hostname`
export AUT_HOME="${HOME}"
# COLOR VARIABLES
# colored variables
export RED='\033[0;31m'
export GREEN='\033[0;32m'
export ORANGE='\033[0;33m'
export YELLOW='\033[1;33m'
export BLUE='\033[0;34m'
export NC='\033[0m' # No Color
# echo -e "${RED}This text will be red!${NC} And this text will be normal."