Sha256: 9d3db41d39e337003a6251eff745827a6b29306358ed8f9903dd2338037aa35d
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
#!/bin/env ruby require 'buildable' case ARGV.join(' ') when 'init' Buildable.init when 'build' Buildable.build when 'version' Buildable.VERSION else puts %Q{Usage: buildable [option] init\t\tCreate buildable structure build\t\tGenerate debian package in ./pkg version\tDisplay version } end
Version data entries
11 entries across 11 versions & 1 rubygems