2021-07-29 13:39:41 +01:00
|
|
|
---
|
|
|
|
author: Alvie Rahman
|
|
|
|
date: \today
|
2021-08-23 15:25:05 +01:00
|
|
|
title: Bash
|
2021-08-15 20:44:51 +01:00
|
|
|
tags: [ linux, shell, programming ]
|
2021-07-29 13:39:41 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
# `set` builtin[^gnuset]
|
|
|
|
|
|
|
|
- `-e`--- exit a program if any program returns a non-zero error code (fails)
|
|
|
|
|
|
|
|
[^gnuset]: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#The-Set-Builtin
|