Skip to main content


I have a file in my home bin called clipscrip and it's literally:
`xclip -i -selection clipboard
xclip -o -selection clipboard`

On MacOS it was
`pbcopy
pbpaste`

And it's useful so much of the time, basically similar to tee