Create bash notes
This commit is contained in:
parent
7ab7640df2
commit
3ff242ca3d
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