main #1

Merged
liana merged 11 commits from main into first-script 2025-12-16 18:31:39 +00:00
Showing only changes of commit 532cf15638 - Show all commits

View File

@@ -9,4 +9,9 @@
chmod +x script.sh chmod +x script.sh
./script.sh ./script.sh
## Explications:
$# -> nr total de argumente
$@ -> toate argumentele ca lista
for name in "$@" -> itereaza prin fiecare argument
exit 0, exit 1 -> cod de succes, eroare