13 lines
234 B
Markdown
Raw Normal View History

# :
> Returns a successful exit status code of 0.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-_003a>.
- Return a successful exit code:
`:`
- Make a command always exit with 0:
`{{command}} || :`