You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DroneDetector/.venv-sdr/bin/normalizer

7 lines
228 B
Python

#!/home/sibscience-4/from_ssh/DroneDetector/.venv-sdr/bin/python3
import sys
from charset_normalizer.cli import cli_detect
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(cli_detect())