###
coffee -cb /opt/node/bb/dev/node_modules/atbar/atbar.cof
coffee -cb /opt/node/bb/dev/node_modules/atbar/tests/hello-world.cof
###

atbar = require('atbar')
atbar.options = 'trace'

atbar.run -> 
	@_ -> setTimeout @$(), 2000
	@_ -> console.log 'hello world'

