#!/usr/bin/env ruby require 'pathname' $: << Pathname.new($0).expand_path.dirname+'lib' require 'to_lvm_xfs/raspbian' Raspbian.new(*ARGV).run