Skip to content

Instantly share code, notes, and snippets.

@amaurycatelan
Forked from ivanrad/pbcopy
Created December 24, 2019 02:07
Show Gist options
  • Save amaurycatelan/e6e22e7d9e75fe5d994c57e38937b1d9 to your computer and use it in GitHub Desktop.
Save amaurycatelan/e6e22e7d9e75fe5d994c57e38937b1d9 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