bashscripts/colors.sh

11 lines
236 B
Bash
Executable File

#! /usr/bin/env bash
RED="\e[31m"
GREEN="\e[32m"
ENDCOLOR="\e[0m"
echo -e "${RED}This is some red text, ${ENDCOLOR}"
echo -e "${GREEN}And this is some green text${ENDCOLOR}"
#https://misc.flogisoft.com/bash/tip_colors_and_formatting