# File lib/teamocil/cli.rb, line 87
    def bail(msg) # {{{
      STDERR.puts "[teamocil] #{msg}"
      exit 1
    end