Fail build.sh if any command in it fails

This commit is contained in:
Michael B. Gale 2025-06-12 15:07:58 +01:00
parent 466d6ce584
commit 429b71ea4b
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail
gcc -o main main.c