2021-07-29 12:39:41 +00:00
|
|
|
---
|
|
|
|
author: Alvie Rahman
|
|
|
|
date: \today
|
2021-08-23 14:25:05 +00:00
|
|
|
title: Bash
|
2021-08-15 19:44:51 +00:00
|
|
|
tags: [ linux, shell, programming ]
|
2021-07-29 12:39:41 +00: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
|