Skip to content

Instantly share code, notes, and snippets.

@thbar
Created February 28, 2010 23:39
Show Gist options
  • Save thbar/317923 to your computer and use it in GitHub Desktop.
Save thbar/317923 to your computer and use it in GitHub Desktop.
Dir["**/*.jar"].
reject { |e| e =~ /^mobile/ }.
each do |f|
puts "======= #{f} ==========="
system("jar -tf #{f} | grep JSGPanel")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment