3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/sh
|
|
xclip -selection primary -o | xclip -selection clipboard
|
#!/bin/sh
|
|
xclip -selection primary -o | xclip -selection clipboard
|