mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-05 04:48:19 +00:00
* this does not work yet * comments & documentation will be added once the rewrite is complete
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -oue pipefail |