dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

Add with-cwd to run command with a specified cwd #136

Closed dundalek closed 5 years ago

dundalek commented 5 years ago

In bash it is often achieved with a subshell and cd.

dundalek commented 5 years ago

Not sure if it should go into core, added a potential implementation as a cookbook recipe.