Updated README and new colors.sh script.
This commit is contained in:
9
scripts/color.sh
Normal file
9
scripts/color.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
RED="\e[31m"
|
||||
GREEN="\e[32m"
|
||||
YELLOW="\e[33m"
|
||||
GRAY="\e[90m"
|
||||
ENDCOLOR="\e[0m"
|
||||
|
||||
# Example usage: echo -e "${GRAY}Faded text${ENDCOLOR}"
|
||||
Reference in New Issue
Block a user