mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:42:08 +02:00
set: add parameter reset (#15236)
This commit is contained in:
parent
880730fe3e
commit
5111f12026
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- Exit the shell when (some) commands fail:
|
- Exit the shell when (some) commands fail:
|
||||||
|
|
||||||
`set -e`
|
`set -e`
|
||||||
|
|
||||||
|
- Reset all shell parameters and assign new ones:
|
||||||
|
|
||||||
|
`set -- {{argument1 argument2...}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue