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