#!/bin/bash # # get password, clean it up and copy to clipboard # getpw "$@" | head -n 1 | cut -d\ -f1 | tr -d "\n" | xclip