3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
xclip -o -selection "primary" | xclip -i -selection 'clipboard'
|