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