Added colors to function.sh

This commit is contained in:
Yasin Kaya 2020-11-25 14:51:06 +03:00
parent 94763c8aef
commit 20bc66dfbc

View File

@ -2,6 +2,14 @@
source configs.sh
YELLOW='\033[1;33m'
RED='\033[0;31m'
BLUE='\033[1;34m'
GREEN='\033[0;32m'
CYAN='\033[0;36m'
PURPLE='\033[0;35m'
SET='\033[0m'
function debug
{
ECHO_PARAM=${2:-''}