subfox/.venv/bin/normalizer

6 lines
206 B
Python
Executable file

#!/home/ed/projects/subfox/.venv/bin/python
import sys
from charset_normalizer.cli import cli_detect
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(cli_detect())