comparison src/learn_bash.html.luan @ 101:b4ac64cb4bd2 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 27 Jun 2025 22:53:30 -0600
parents 83d98c822c71
children
comparison
equal deleted inserted replaced
100:1fd37b122e4a 101:b4ac64cb4bd2
13 local content = { 13 local content = {
14 intro = { 14 intro = {
15 title = [[Introduction]] 15 title = [[Introduction]]
16 content = function() 16 content = function()
17 %> 17 %>
18 <p>I really don't want to write this tutorial, but all the existing Bash tutorials are so horrible that I have no choice. I looked at books, websites, and YouTube - all horrible. They don't start with the basics. They include all kinds of useless crap. And they don't explain core concepts. So I have no choice but to write this for my <a href="learn.html#bash">Learn Reactionary Programming</a> Bash lesson.</p> 18 <p>I really don't want to write this tutorial, but all the existing Bash tutorials are so horrible that I have no choice. I looked at books, websites, and YouTube - all horrible. They don't start with the basics. They include all kinds of useless junk. And they don't explain core concepts. So I have no choice but to write this for my <a href="learn.html#bash">Learn Reactionary Programming</a> Bash lesson.</p>
19 19
20 <p><a href="bash.html">Bash</a> is a <a href="https://en.wikipedia.org/wiki/Unix_shell">shell</a>, one of many, but the one I prefer. I will focus on Mac and Windows. I don't have Linux, and I hate Linux, so I won't discuss it. Most of Bash is the same on Mac and Windows, but where they differ, I will discuss both.</p> 20 <p><a href="bash.html">Bash</a> is a <a href="https://en.wikipedia.org/wiki/Unix_shell">shell</a>, one of many, but the one I prefer. I will focus on Mac and Windows. I don't have Linux, and I hate Linux, so I won't discuss it. Most of Bash is the same on Mac and Windows, but where they differ, I will discuss both.</p>
21 <% 21 <%
22 end 22 end
23 } 23 }