Skip to content

Instantly share code, notes, and snippets.

@jkp
Created January 29, 2012 14:55
Show Gist options
  • Save jkp/1699160 to your computer and use it in GitHub Desktop.
Save jkp/1699160 to your computer and use it in GitHub Desktop.
Wrapper script for ninja build that speeds up integration with flymake (http://tinyurl.com/7mstwyl)
#!/bin/bash
ninja ${@} | grep -v ^FAILED
exit ${PIPESTATUS[0]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment