2025-03-14 21:59:59 -06:00
|
|
|
# true
|
|
|
|
|
|
|
|
|
|
> Retourneert een succesvolle exit statuscode van 0.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Zie ook: `false`.
|
|
|
|
|
> Meer informatie: <https://www.gnu.org/software/bash/manual/bash.html#index-true>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Retourneer een succesvolle exit code:
|
|
|
|
|
|
|
|
|
|
`true`
|
2026-02-18 06:55:01 -07:00
|
|
|
|
|
|
|
|
- Zorg ervoor dat een commando altijd afsluit met 0:
|
|
|
|
|
|
|
|
|
|
`{{commando}} || true`
|