Skip to content

Commit

Permalink
deploy: 59ea5de
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 16, 2023
1 parent 6d0ded6 commit b0a0d1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion man/en/chapter_41.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ <h3 id="writing-recipes-in-other-languages"><a class="header" href="#writing-rec
<p>Windows does not support shebang lines. On Windows, <code>just</code> splits the shebang
line into a command and arguments, saves the recipe body to a file, and invokes
the split command and arguments, adding the path to the saved recipe body as
the final argument.</p>
the final argument. For example, on Windows, if a recipe starts with <code>#! py</code>,
the final command the OS runs will be something like <code>py C:\Temp\PATH_TO_SAVED_RECIPE_BODY</code>.</p>

</main>

Expand Down
3 changes: 2 additions & 1 deletion man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,8 @@ <h4 id="setting-just-variables-from-environment-variables"><a class="header" hre
<p>Windows does not support shebang lines. On Windows, <code>just</code> splits the shebang
line into a command and arguments, saves the recipe body to a file, and invokes
the split command and arguments, adding the path to the saved recipe body as
the final argument.</p>
the final argument. For example, on Windows, if a recipe starts with <code>#! py</code>,
the final command the OS runs will be something like <code>py C:\Temp\PATH_TO_SAVED_RECIPE_BODY</code>.</p>
<div style="break-before: page; page-break-before: always;"></div><h3 id="safer-bash-shebang-recipes"><a class="header" href="#safer-bash-shebang-recipes">Safer Bash Shebang Recipes</a></h3>
<p>If you’re writing a <code>bash</code> shebang recipe, consider adding <code>set -euxo pipefail</code>:</p>
<pre><code class="language-just">foo:
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit b0a0d1c

Please sign in to comment.