Skip to content

Instantly share code, notes, and snippets.

@bencao
Last active January 2, 2016 02:49
Show Gist options
  • Save bencao/8240004 to your computer and use it in GitHub Desktop.
Save bencao/8240004 to your computer and use it in GitHub Desktop.
read password in shell
read -s -p "Enter Password: " mypassword
echo $mypassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment