Files
2025-12-16 10:33:24 +02:00

250 B

false

Returns a non-zero exit code. See also: true. More information: https://www.gnu.org/software/bash/manual/bash.html#index-false.

  • Return a non-zero exit code:

false

  • Make a command always exit with 1:

{{command}} && false