Last active
March 17, 2020 20:32
-
-
Save ivanrad/1ba85d0b95d0ffdfe682 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