typekpb / oradown

Enables download of the SSO protected files from the Oracle website.
MIT License
10 stars 3 forks source link

Prompt for a password if none specified #8

Closed mfielding closed 5 years ago

mfielding commented 5 years ago

Rather than typing a password onto terminal output and command-line history, make the password parameter optional. If not specified on the command line, prompt the user (without echo, using read -s) for the correct password.