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
> .
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- -