Sha256: 74acc8e7870bb69675b262215f5992eec0def052fd38df598ab343221e8e55ad
Contents?: true
Size: 199 Bytes
Versions: 13
Compression:
Stored size: 199 Bytes
Contents
#!/usr/bin/env ruby `android list` if $? != 0 puts "Android SDK not in path" exit 1 end require 'ruboto/commands/base' # Run Base, which will handle actual commands Ruboto::Commands::Base.main
Version data entries
13 entries across 13 versions & 1 rubygems