Skip to content

Commit

Permalink
Add newline in copy password to clipboard message
Browse files Browse the repository at this point in the history
  • Loading branch information
runejuhl committed May 20, 2020
1 parent 0579ca8 commit a0bd808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thycoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function _set_selection() {
OLD_SELECTION="$(xclip -selection "${X_SELECTION}" -out 2>/dev/null || true)"

xclip -selection "${X_SELECTION}"
>&2 echo -n 'Copied password to clipboard; clearing in 45 seconds...'
>&2 echo 'Copied password to clipboard; clearing in 45 seconds...'
sleep 45
}

Expand Down

0 comments on commit a0bd808

Please sign in to comment.