diff --git a/colores.sh b/colores.sh index c7daaea..780c00d 100644 --- a/colores.sh +++ b/colores.sh @@ -3,8 +3,7 @@ GREEN='\033[1;32m' BLUE='\033[1;35m' YELLOW='\033[1;33m' NC='\033[0m' -ip_to_find="0.0.0.0" -blocked=0 + rojo(){ echo -e "${RED}$1${NC}" }