Closed bizxta closed 4 years ago
This PR includes some shellcheck improvements (not all), but more importantly, it takes the responsibility of changing the dir away from the backend, and instead relies on Start-Process to set the working directory.
Start-Process
Looks good to me, thanks!
This PR includes some shellcheck improvements (not all), but more importantly, it takes the responsibility of changing the dir away from the backend, and instead relies on
Start-Process
to set the working directory.