#!/usr/bin/env ruby # vim:set fileencoding=utf-8: $:.unshift(File.dirname(__FILE__) + '/../lib') require 'bookscan/cli' Bookscan::CLI::run(ARGV) exit