composewell / streamly-shell

Shell programming using streamly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running command in a directory

harendra-kumar opened this issue · comments

We can use an idiom like inDir or withDir that will change the process dir, run the command and change the dir back to previous. That way do not have to deal with remembering where we are.