7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
|
#!/bin/sh
|
||
|
resp=$(rbw list | dmenu)
|
||
|
|
||
|
rbw get "$resp" | xclip -selection clipboard
|
||
|
sleep 15
|
||
|
echo "cleared" | xclip -selection clipboard
|