1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:55:56 +02:00

set: add -e example (#7090)

This commit is contained in:
Managor 2021-11-07 23:04:05 +02:00 committed by GitHub
parent c308f2bca2
commit f00f1ac7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,7 @@
- Set various options, e.g. enable `vi` style line editing:
`set -o {{vi}}`
- Set the shell to exit as soon as the first error is encountered (mostly used in scripts):
`set -e`