Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 314 Bytes

halt.md

File metadata and controls

19 lines (13 loc) · 314 Bytes
halt [MESSAGE]

Stops the process immediately.

All possible parent (caller) scripts will stop immediately as well.

It will exit with exitcode 43.

@ Basic checks
  when not test -d /tmp
  - halt "there is no /tmp dir"
See also

fail
finish
when