logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

colon

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

See Also