Skip to content

Instantly share code, notes, and snippets.

@tbnorth
Created September 18, 2017 14:43
Show Gist options
  • Save tbnorth/8ae1dc985967ffa8a1ecca16a08e07e6 to your computer and use it in GitHub Desktop.
Save tbnorth/8ae1dc985967ffa8a1ecca16a08e07e6 to your computer and use it in GitHub Desktop.
Code snippets for helper commands etc.
#!/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