latest pushes

This commit is contained in:
2024-10-05 11:54:36 -04:00
parent 482ffe0604
commit b0a2610d70
8 changed files with 43 additions and 123 deletions

View File

@@ -5,7 +5,7 @@
# Simple function
function greet() {
echo "Hello, $1!"
echo Hello
}
echo "Testing simple function:"