Configuring the Shell
There are a number of ways to configure the shell for shell recipes, which are
the default when a recipe does not start with a #! shebang. Their precedence,
from highest to lowest, is:
- The
--shelland--shell-argcommand line options. Passing either of these will causejustto ignore any settings in the current justfile. set windows-shell := [...](deprecated)set windows-powershell(deprecated)set shell := [...]
Use the [windows] and [unix] attributes with set shell to use different a
shells on Windows.