diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-09 20:55:15 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-10 10:35:17 -0800 |
commit | 194d1007926e617bca106b8e2e94880e095808ee (patch) | |
tree | 11e5b298550265fd4d7bf3801bb969ca6fade284 /html/apps/calls.subx.html | |
parent | 0bcfe6e5cf11b27223eb5563315550ab5036f6c6 (diff) | |
download | mu-194d1007926e617bca106b8e2e94880e095808ee.tar.gz |
5881
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r-- | html/apps/calls.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index c8949bbd..6dc65a1e 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -62,7 +62,7 @@ if ('onhashchange' in window) { <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Function calls in a single line.</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span> <span id="L3" class="LineNr"> 3 </span><span class="subxComment"># To run (on Linux):</span> -<span id="L4" class="LineNr"> 4 </span><span class="subxComment"># $ ./ntranslate init.linux 0*.subx apps/subx-params.subx apps/calls.subx</span> +<span id="L4" class="LineNr"> 4 </span><span class="subxComment"># $ ./translate_subx init.linux 0*.subx apps/subx-params.subx apps/calls.subx</span> <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># $ mv a.elf apps/calls</span> <span id="L6" class="LineNr"> 6 </span><span class="subxComment">#</span> <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># Example 1:</span> |