#! /usr/bin/env ruby
# frozen_string_literal: true

require "roby/cli/log"

Roby::CLI::Log.start(ARGV)
exit 0
