autoshare/modules/colors.sh
sometimesuseful 085b8ea8bb added yellow
2024-11-12 14:40:12 +00:00

7 lines
116 B
Bash

#!/bin/bash
# Color variables for logging.
RESET="\033[0m"
GREEN="\033[1;32m"
YELLOW="\033[1;33m"
RED="\033[1;31m"