logging functions and color variables
This commit is contained in:
parent
66c2231a15
commit
e4bce4beef
2 changed files with 28 additions and 0 deletions
6
modules/colors.sh
Normal file
6
modules/colors.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Color variables for logging.
|
||||
|
||||
RESET="\033[0m"
|
||||
GREEN="\033[1;32m"
|
||||
RED="\033[1;31m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue