#!/usr/bin/env ruby
# encoding: utf-8

require File.expand_path("../../lib/backup", __FILE__)
Backup::CLI.start
