8 lines
143 B
Ruby
Executable file
8 lines
143 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require 'pathname'
|
|
$: << Pathname.new($0).expand_path.dirname+'lib'
|
|
require 'to_lvm_xfs/raspbian'
|
|
|
|
Raspian.new(*ARGV).run
|