Sha256: 5dbd7821bb959c68b4e0ad0cfed72019a847440557abf9d80449df49addcb440
Contents?: true
Size: 419 Bytes
Versions: 6
Compression:
Stored size: 419 Bytes
Contents
#! /usr/bin/env ruby require "autoproj/cli/main" argv = Autoproj::CLI.basic_setup class Alocate < Autoproj::CLI::Main def self.banner(*) "alocate [options]" end end begin if argv.include?("--help") || argv.include?("help") Alocate.start(%w[help locate]) else Alocate.start(["locate", *argv]) end rescue Interrupt # Already notified in the reporting infrastructure end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.17.0 | bin/alocate |
autoproj-2.16.0 | bin/alocate |
autoproj-2.15.3 | bin/alocate |
autoproj-2.15.2 | bin/alocate |
autoproj-2.15.1 | bin/alocate |
autoproj-2.15.0 | bin/alocate |