2026-01-27 19:41:05 +02:00
2026-01-27 19:41:05 +02:00
2025-12-14 20:34:11 +00:00
2025-12-16 18:27:52 +00:00
2025-12-14 20:29:19 +00:00

#DevOps Bash Scripts This Repo contains simple Bash scripts created during my DevOps learning.

##Scripts

  • #!/bin/bash
  • script.sh - first Bash script

How to Run:

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

Description
No description provided
Readme 38 KiB
Languages
Shell 93.9%
Python 6.1%