Execute No-Op Command - Control Shell Script Flow | Online Free DevTools by Hexmos

Control shell script execution with Colon command. Create no-operation commands, and ensure scripts exit cleanly. Free online tool, no registration required.

:

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}} || :