@b0rk wow! How do you exactly use that one liner for remote pbcopy through SSH?
@juandesant you can make a script with that as its contents (put #!/bin/sh at the top), make it executable, and call it `pbcopy`
pbcopy

GitHub Gist: instantly share code, notes, and snippets.

Gist
@b0rk thanks for the gist!