#!/usr/bin/ruby

root_path = File.join('/', 'usr', 'share', 'deltacloud-core')
$:.unshift File.join(root_path, 'lib')
load File.join(root_path, 'bin', 'deltacloudd')
