From d46e43f6e10f633c8599d97270979e19939d733b Mon Sep 17 00:00:00 2001 From: Bxio Date: Mon, 23 Jun 2025 14:53:01 +0100 Subject: [PATCH] --- README.md | 9 ++++++++- teste.sh | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 teste.sh diff --git a/README.md b/README.md index c04f275..2e24963 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,12 @@ # _Why_? 🤷 - +Testado em Ubuntu 24.04.2 LTS É o que é, bloquear trafego de paises nao desejados. + + + +https://www.ipdeny.com/ipblocks/ + + +git clone https://gitea.zol.oixb.run/oixb.run/CountryBlock.git \ No newline at end of file diff --git a/teste.sh b/teste.sh new file mode 100644 index 0000000..5bc2133 --- /dev/null +++ b/teste.sh @@ -0,0 +1,8 @@ +#!/bin/bash +echo "Today is " `date` + +echo -e "\nenter the path to directory" +read the_path + +echo -e "\n you path has the following files and folders: " +ls $the_path \ No newline at end of file