docs: update

This commit is contained in:
Dylan Araps 2019-11-29 21:09:42 +00:00
parent 62690e60e9
commit 374c9bb246
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 0 deletions

3
pash
View File

@ -18,6 +18,9 @@ pw_add() {
else else
printf 'Enter password: ' printf 'Enter password: '
# Disable terminal printing while the user inputs their
# password. POSIX 'read' has no '-s' flag which would
# effectively do the same thing.
stty -echo stty -echo
read -r pass read -r pass
stty echo stty echo