17 lines
331 B
Markdown
Executable File
17 lines
331 B
Markdown
Executable File
---
|
|
author: Alvie Rahman
|
|
date: \today
|
|
title: Bash
|
|
tags:
|
|
- linux
|
|
- shell
|
|
- programming
|
|
uuid: a436d67a-1f07-45fb-9241-5dbaa69b4667
|
|
---
|
|
|
|
# `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
|