Bash is de meestgebruikte Unix-shell (macOS/Linux) met scripting, history en job control. Veel scripts en CI-pijplijnen gaan uit van Bash-syntax. Gebruik #!/bin/bash voor compatibiliteit en set -euo pipefail in voor veiligere scripts.
Bash is de meestgebruikte Unix-shell (macOS/Linux) met scripting, history en job control. Veel scripts en CI-pijplijnen gaan uit van Bash-syntax. Gebruik #!/bin/bash voor compatibiliteit en set -euo pipefail in voor veiligere scripts.