Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Last active March 17, 2020 20:32
Show Gist options
  • Save ivanrad/1ba85d0b95d0ffdfe682 to your computer and use it in GitHub Desktop.
Save ivanrad/1ba85d0b95d0ffdfe682 to your computer and use it in GitHub Desktop.
cygwin-style pbcopy/pbpaste
#!/bin/sh
exec cat > /dev/clipboard
#!/bin/sh
exec cat /dev/clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment