diff options
-rwxr-xr-x | xcpw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ # get password, clean it up and copy to clipboard # -getpw "$@" | cut -d\ -f1 | tr -d "\n" | xclip +getpw "$@" | head -n 1 | cut -d\ -f1 | tr -d "\n" | xclip |