How to call other command line tools in the shell? Similar to [execSync](https://nodejs.org/api/child_process.html#child_processexecsynccommand-options). For example, I want to perform some git operations. Does this mean I need a pure wasm git client?