diff --git a/pages/common/colon.md b/pages/common/colon.md new file mode 100644 index 000000000..eaf56c179 --- /dev/null +++ b/pages/common/colon.md @@ -0,0 +1,12 @@ +# colon + +> Returns a successful exit status code of 0. +> More information: . + +- Return a successful exit code: + +`:` + +- Make a command always exit with 0: + +`{{command}} || :`