From 45f0d4483c2776969c4156689928d391dc4cd5e8 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 30 Aug 2018 11:29:32 +0100 Subject: [PATCH] true: add page (#2270) --- pages/common/true.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/true.md diff --git a/pages/common/true.md b/pages/common/true.md new file mode 100644 index 0000000000..cb25e15fcc --- /dev/null +++ b/pages/common/true.md @@ -0,0 +1,8 @@ +# true + +> Returns a successful exit status code of 0. +> Use this with the || operator to make a command always exit with 0. + +- Return a successful exit code: + +`true`