#! /usr/bin/ruby -w
require_relative '../lib/notebook/runner'
runner = Notebook::Runner.new(ARGV)
runner.run
