Some of you might know this script, it's called hash-identifier. When it is run the user is prompted to enter a hash. I want to pass the hash as a command line argument so that the script can be executed like that:
hash-identifier d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f I found out that I need to import sys and getopt but I have never used python before so any suggestions would be helpful.