diff --git a/adblock_test.sh b/adblock_test.sh index 1151939..f8b3734 100644 --- a/adblock_test.sh +++ b/adblock_test.sh @@ -1,23 +1,8 @@ #!/bin/bash -RED='\033[1;31m' -GREEN='\033[1;32m' -BLUE='\033[1;35m' -YELLOW='\033[1;33m' -NC='\033[0m' +source <(curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/colores.sh) + ip_to_find="0.0.0.0" blocked=0 -rojo(){ - echo -e "${RED}$1${NC}" -} -amarillo(){ - echo -e "${YELLOW}$1${NC}" -} -verde(){ - echo -e "${GREEN}$1${NC}" -} -azul(){ - echo -e "${BLUE}$1${NC}" -} if [ -z "$1" ] then