Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created June 27, 2014 07:11
Show Gist options
  • Save mwotton/28b50fc5724006b81887 to your computer and use it in GitHub Desktop.
Save mwotton/28b50fc5724006b81887 to your computer and use it in GitHub Desktop.
orb ➜ ~/projects/meanpath/spider/lambdaspider git:(pipes) ✗ (grep --line-buffered '' - || echo "grep died") & (echo "once"; inotifywait -m -r . -e CLOSE_WRITE |grep --line-buffered '\.hs$' | grep -v --line-buffered flymake | collapse | while read x; do echo ":reload\n:main --rerun" ; done) | cabal repl tests
[1] 25067
[1] + 25067 suspended (tty input) ( grep --line-buffered '' - || echo "grep died"; )
Setting up watches. Beware: since -r was given, this may take a while!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment