about summary refs log tree commit diff stats
path: root/dev/index.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-15 01:53:44 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-15 01:57:43 +0100
commita2e804ad93ef562c299dfad49eb890c8d7d24010 (patch)
tree6b2f3c01cddee4c8307ff2ce279168c8952f6d11 /dev/index.html
parent3d29ecb8767d923f79b82566fd57b08db76b8fc5 (diff)
downloaddoc-a2e804ad93ef562c299dfad49eb890c8d7d24010.tar.gz
dev revision
Diffstat (limited to 'dev/index.html')
-rw-r--r--dev/index.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/dev/index.html b/dev/index.html
index cd314f9..3d20e72 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -37,17 +37,20 @@
         </ul>
 
         <h2>Shell Script</h2>
-        <h3 id="bash">Dash</h3>
 
-        <ul>
-            <li>Dash</li>
-        </ul>
-
-
-        <h3 id="bash">Bash</h3>
+        <p>Script files that start with "#!/bin/sh" use dash (in crux),
+        /bin/sh is a link to dash, while files that start with "#!/bin/bash"
+        use bash;</p>
 
         <ul>
-            <li>Bash</li>
+            <li><a href="dash.html">Dash - Scripting</a>
+                <ul>
+                    <li><a href="dash.html#hello">Hello World</a></li>
+                    <li><a href="dash.html#io">Input / Output</a></li>
+                    <li><a href="dash.html#var">Variables</a></li>
+                    <li><a href="dash.html#if">Conditions</a></li>
+                </ul>
+            </li>
         </ul>
 
         <h2>Python</h2>