Add explanations in the file README.md

This commit is contained in:
2025-12-14 20:39:35 +00:00
parent 648fd1478c
commit 532cf15638

View File

@@ -9,4 +9,9 @@
chmod +x 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