Skip to content

Commit

Permalink
Update extra notes about scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Jun 5, 2024
1 parent de95ed2 commit 7082807
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme2/SF100/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,15 +615,15 @@ echo "Hello $USER!" # <3>

Bash supports a programming language with:

- Conditionals (with `if` statements)
- Loops (with `for` and `while` statements)
- Et cetera
- Take a peek at `/etc/bashrc` for a taste
- `if` statements
- `for`, `while`, `until` statements
- functions
- et cetera.
- Take a peek at `/etc/bashrc` and `$HOME/.bashrc` for a taste

BUT

- This is another topic, not really in scope of this presentation
- We're likely out of time anyway
- This is not really in scope of this presentation.


## Demo maybe? {visibility="hidden"}
Expand Down

0 comments on commit 7082807

Please sign in to comment.