Actualizar 'adblock_test.sh'

This commit is contained in:
borekon 2023-06-23 09:57:22 +00:00
parent b885165174
commit 105ca8a846

View File

@ -1,23 +1,8 @@
#!/bin/bash #!/bin/bash
RED='\033[1;31m' source <(curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/colores.sh)
GREEN='\033[1;32m'
BLUE='\033[1;35m'
YELLOW='\033[1;33m'
NC='\033[0m'
ip_to_find="0.0.0.0" ip_to_find="0.0.0.0"
blocked=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" ] if [ -z "$1" ]
then then