|
@@ -7,8 +7,7 @@ YELLOW="\e[33m"
|
|
RESET="\e[0m"
|
|
RESET="\e[0m"
|
|
|
|
|
|
|
|
|
|
-# Functions
|
|
|
|
-
|
|
|
|
|
|
+# Functions colors echo text
|
|
echo_error() {
|
|
echo_error() {
|
|
echo -e "${RED}$1${RESET}"
|
|
echo -e "${RED}$1${RESET}"
|
|
}
|
|
}
|
|
@@ -20,3 +19,4 @@ echo_warning() {
|
|
echo_success() {
|
|
echo_success() {
|
|
echo -e "${GREEN}$1${RESET}"
|
|
echo -e "${GREEN}$1${RESET}"
|
|
}
|
|
}
|
|
|
|
+
|