Skip to content

Instantly share code, notes, and snippets.

@nicolamontecchio
Created October 24, 2013 17:01
Show Gist options
  • Save nicolamontecchio/7141034 to your computer and use it in GitHub Desktop.
Save nicolamontecchio/7141034 to your computer and use it in GitHub Desktop.
generally useful stuff

avoiding cmd line buffering between pipes or such

brew install homebrew/dupes/expect

unbuffer ./blablabla | ... | ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment