2025-12-16 10:20:31 -07:00
|
|
|
# :
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
> Returns a successful exit status code of 0.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-_003a>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Return a successful exit code:
|
|
|
|
|
|
|
|
|
|
`:`
|
|
|
|
|
|
|
|
|
|
- Make a command always exit with 0:
|
|
|
|
|
|
|
|
|
|
`{{command}} || :`
|