Files
tfm_ainventory/venv/bin/pyrsa-encrypt

7 lines
195 B
Python
Executable File

#!/data/programare_AI/tfm_ainventory/venv/bin/python3
import sys
from rsa.cli import encrypt
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(encrypt())