You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
285 B

  1. #!/home/development/projects/illysky/python-keycloak/keycloak-dev/bin/python3
  2. # -*- coding: utf-8 -*-
  3. import re
  4. import sys
  5. from charset_normalizer import cli
  6. if __name__ == '__main__':
  7. sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
  8. sys.exit(cli.cli_detect())