logging functions and color variables

This commit is contained in:
sometimesuseful 2024-11-12 14:14:25 +00:00
parent 66c2231a15
commit e4bce4beef
2 changed files with 28 additions and 0 deletions

6
modules/colors.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# Color variables for logging.
RESET="\033[0m"
GREEN="\033[1;32m"
RED="\033[1;31m"