Shell scripts/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "除了使用 <code>stdenv.mkDerivation</code> 之外,还可以通过 <code>runCommand</code> 来调用外部的 Bash 脚本:"
Tags: Mobile edit Mobile web edit
Ardenet (talk | contribs)
Created page with "=== runCommand + builder.sh ==="
Line 58: Line 58:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
=== runCommand + builder.sh ===
=== runCommand + builder.sh ===
</div>


除了使用 <code>stdenv.mkDerivation</code> 之外,还可以通过 <code>runCommand</code> 来调用外部的 Bash 脚本:
除了使用 <code>stdenv.mkDerivation</code> 之外,还可以通过 <code>runCommand</code> 来调用外部的 Bash 脚本: