Re: [O] Capturing the results of shell execution

2017-01-17 Thread Michael Welle
Hello, Alex Bennée writes: > I'm using org-babel snippets to automate some of my workflow. However > I'm not interested in dumping all of the compile output, I'd rather get > a simple value at the end to see if all was OK: > > #+name: build-test > #+begin_src sh :results value > > set -e > .

[O] Capturing the results of shell execution

2017-01-17 Thread Alex Bennée
I'm using org-babel snippets to automate some of my workflow. However I'm not interested in dumping all of the compile output, I'd rather get a simple value at the end to see if all was OK: #+name: build-test #+begin_src sh :results value set -e ./configure --cross-prefix=aarch64-linux-gnu- -