PLC_Generation/venv/bin/normalizer
2025-08-05 14:38:54 +04:00

11 lines
313 B
Bash
Executable File

#!/bin/sh
'''exec' "/mnt/c/Users/ilia.gurielidze/Projects/PLC Generation/venv/bin/python" "$0" "$@"
' '''
# -*- coding: utf-8 -*-
import re
import sys
from charset_normalizer import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli.cli_detect())