summaryrefslogblamecommitdiff
path: root/tools/class-dump
blob: 06a7e5acbc9637a89e756a478be9bebc50ce0918 (plain) (tree)
1
2
3
4
5
6





                                                                                           
#!/bin/sh
#

JAVAP_OPTS="-private"

[[ -n "$1" ]] && ( cd "$(dirname "$1")" && javap $JAVAP_OPTS "$(basename "${1%%.class}")" )