azukiapp/azk

View on GitHub
docs/content/en/reference/azkfilejs/shell.md

Summary

Maintainability
Test Coverage
## shell

Indicates which shell binary to run once the command [azk shell](../cli/shell.md) runs. If not informed, it'll use the system default: `/bin/sh`.

#### Usage:

```js
shell: '/bin/sh',
//or
shell: '/bin/bash',
```