From 7082807b014f7bcc0ebed2bc87d2fddf49883a68 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Tue, 4 Jun 2024 22:35:20 -0400 Subject: [PATCH] Update extra notes about scripting --- theme2/SF100/slides.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/theme2/SF100/slides.md b/theme2/SF100/slides.md index 77811d5..cc34bae 100644 --- a/theme2/SF100/slides.md +++ b/theme2/SF100/slides.md @@ -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"}