Mercurial Hosting > reactionary
comparison src/learn.html.luan @ 49:3057adc065f3
finish learn_bash
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 07 Jan 2024 20:11:00 -0700 |
parents | 14518d772090 |
children | 8e5ad4f564f5 |
comparison
equal
deleted
inserted
replaced
48:889e3c2d2699 | 49:3057adc065f3 |
---|---|
45 } | 45 } |
46 bash = { | 46 bash = { |
47 title = "Bash - Command Line Shell" | 47 title = "Bash - Command Line Shell" |
48 content = function() | 48 content = function() |
49 %> | 49 %> |
50 <p><a href="bash.html">Bash</a> is the other basic tool for reactionary programmers. Learning Bash requires both reading, to understand the concepts, and practice. Try to use Bash as much as possible instead of using the GUI so that you get practice using it.</p> | 50 <p><a href="bash.html">Bash</a> is the other basic tool for reactionary programmers. I was hoping to just reference existing Bash tutorials in this lesson, but they are all horrible, so I am writing my own. So for this lesson, please read <a href="learn_bash.html">my tutorial</a>.</p> |
51 | |
52 <p>I was hoping to just reference existing Bash tutorials in this lesson, but they are all horrible, so I am writing my own. So for this lesson, read <a href="learn_bash.html">my tutorial</a> which is currently a work in progress.</p> | |
53 <% | 51 <% |
54 end | 52 end |
55 } | 53 } |
56 hg = { | 54 hg = { |
57 title = "Mercurial - Source Control" | 55 title = "Mercurial - Source Control" |