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

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...}}`