-
-
Save tbnorth/8ae1dc985967ffa8a1ecca16a08e07e6 to your computer and use it in GitHub Desktop.
Code snippets for helper commands etc.
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 | |
# capture stdin and show in separate window (virtual temporary paper) | |
# "git bash" version | |
cat >/tmp/$$.v.tmp | |
mintty --exec less /tmp/$$.v.tmp & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment