Fix Mac command for copying password to clipboard

This commit is contained in:
drduh 2016-03-11 19:04:22 -05:00
parent e5ac47e969
commit 214a14a41d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Delete password for *dropbox*:
Copy password for *github* to clipboard on OS X:
./pwd.sh r github | cut -f1 -d ' ' | tr -d '\n' | pbcopy
./pwd.sh r github | cut -f 1 -d ' ' | awk 'NR==3{print $1}' | pbcopy
The script and `pwd.sh.safe` encrypted file can be safely shared between computers, for example through Google Drive or Dropbox.