Files
server/agent/build_venv/bin/normalizer
Halbe Bruno f37bc712e6 DNSBlock
2025-12-05 19:40:39 -03:00

8 lines
253 B
Python
Executable File

#!/home/halbebruno/Projetos/DNSBlock/agent/build_venv/bin/python3
import sys
from charset_normalizer.cli import cli_detect
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(cli_detect())