1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:02:18 +02:00

set: add parameter reset (#15236)

This commit is contained in:
Managor 2024-12-20 20:42:48 +02:00 committed by GitHub
parent 880730fe3e
commit 5111f12026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,3 +30,7 @@
- Exit the shell when (some) commands fail:
`set -e`
- Reset all shell parameters and assign new ones:
`set -- {{argument1 argument2...}}`