Create bash notes
This commit is contained in:
parent
5959b16b78
commit
54f937ad96
11
bash.md
Executable file
11
bash.md
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
author: Alvie Rahman
|
||||||
|
date: \today
|
||||||
|
title: Bash notes
|
||||||
|
---
|
||||||
|
|
||||||
|
# `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
|
Loading…
Reference in New Issue
Block a user