diff --git a/pages/common/test.md b/pages/common/test.md index a4da0599c..35e84e066 100644 --- a/pages/common/test.md +++ b/pages/common/test.md @@ -20,6 +20,6 @@ `test ! -d "{{path/to/directory}}"` -- If-else statement: +- If A is true, then do B, or C in the case of an error (notice that C may run even if A fails): `test {{condition}} && {{echo "true"}} || {{echo "false"}}`