-
-
Save amaurycatelan/e6e22e7d9e75fe5d994c57e38937b1d9 to your computer and use it in GitHub Desktop.
cygwin-style pbcopy/pbpaste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec cat > /dev/clipboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec cat /dev/clipboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment