4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
xpick -h | tr -d '\n' | xclip
|
||
|
notify-send "$(xclip -o)"
|