summaryrefslogtreecommitdiff
path: root/password-to-clipboard
blob: 0a52c725dba35e0ce77d00ee7673a94bc02b9a29 (plain)
1
2
3
4
5
6
#!/bin/bash

stty_orig=$(stty -g)
stty -echo
xclip
stty $stty_orig