#+TITLE: Executing sh-code within a session
#+AUTHOR:Seb Vauban
#+LANGUAGE: en_US
* Executing sh-code within a session
** Context
- git pull done this morning (2010-11-04 Thu).
- EmacsW32 + Cygwin bash as inferior shell
#+begin_src emacs-lisp
(setq shell-file-name "bash")
(seten
Hi Eric,
* Executing sh code
This report is not complete yet (I now really have to go), but comments are
already welcome, and can put things in light for further study...
** No session
#+begin_src sh
echo In $(pwd):
ls *.org
#+end_src
#+results:
| In | /cygdrive/c/home