summaryrefslogtreecommitdiff
path: root/blog/dst/a/shell_scripting.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-27 21:51:53 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-27 21:51:53 -0600
commitd01bcc92f5a32fefadf28fa26cf12ece731fe374 (patch)
tree1b0101e95a2e864e1e473ac4584a5095579667c0 /blog/dst/a/shell_scripting.html
parente80db27e564445d7a9dd98bb8fd011b48d30fd73 (diff)
reflect new article arrangement
Diffstat (limited to 'blog/dst/a/shell_scripting.html')
-rw-r--r--blog/dst/a/shell_scripting.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/blog/dst/a/shell_scripting.html b/blog/dst/a/shell_scripting.html
index b7eb3c8..e1d04c9 100644
--- a/blog/dst/a/shell_scripting.html
+++ b/blog/dst/a/shell_scripting.html
@@ -264,10 +264,18 @@ function_name () {
do_something
}
</code></pre>
-<p>Functions can also take arguments and can access their individual arguments (each function will have a different &ldquo;storage&rdquo; for their arguments). Functions can also be nested. Here <code>exit</code> will not only will finish the function code, but also the shell script that called it, instead use <code>return</code> plus an exit code to just exit the function.</p> <p>Tags:
-<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@linux.html">linux</a>, <a href="https://blog.luevano.xyz/tag/@notes.html">notes</a>, <a href="https://blog.luevano.xyz/tag/@scripting.html">scripting</a>, <a href="https://blog.luevano.xyz/tag/@shell.html">shell</a></p>
+<p>Functions can also take arguments and can access their individual arguments (each function will have a different &ldquo;storage&rdquo; for their arguments). Functions can also be nested. Here <code>exit</code> will not only will finish the function code, but also the shell script that called it, instead use <code>return</code> plus an exit code to just exit the function.</p>
+<hr>
+<div class="article-info">
<p>By: David Luévano</p>
-<p>Created: Sun, Mar 14, 2021 @ 05:57 UTC, edited: Mon, May 17, 2021 @ 20:58 UTC</p>
+<p>Created: Sun, Mar 14, 2021 @ 05:57 UTC</p>
+<p>Edited: Mon, May 17, 2021 @ 20:58 UTC</p>
+<div class="article-tags">
+ <p>Tags:
+<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@linux.html">linux</a>, <a href="https://blog.luevano.xyz/tag/@notes.html">notes</a>, <a href="https://blog.luevano.xyz/tag/@scripting.html">scripting</a>, <a href="https://blog.luevano.xyz/tag/@shell.html">shell</a></p>
+</div>
+
+</div>
</main>
<footer>