funga/crypto_dev_signer/runnable/keyfile.py

9 lines
157 B
Python
Raw Normal View History

2021-03-17 15:34:51 +01:00
# standard imports
import logging
import sys
# local imports
from crypto_dev_signer.keystore.keyfile import parse_file
print(from_file(sys.argv[1]).hex())