On 25/10/2023 18:17, [email protected] wrote:
By contrast, it works with this one:

    #+begin_src bash :results output
    [email protected]  "echo foo>foo_file" ; echo "bar"
    #+end_src

What about

   #+begin_src bash :results output
   ssh [email protected] "echo foo>foo_file" ; echo "bar"
   echo more
   #+end_src

?


Reply via email to