8 lines
160 B
Ruby
Executable File
8 lines
160 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require "bundler/setup"
|
|
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
|
|
|
|
require "pipeline"
|
|
|
|
Pipeline::Cmd::BuilderDaemon.(ARGV)
|