diff --git a/bash.md b/bash.md new file mode 100755 index 0000000..8f3df7e --- /dev/null +++ b/bash.md @@ -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